[Title] dibs build script was wrong.
authorKitae Kim <kt920.kim@samsung.com>
Fri, 20 Jul 2012 13:39:40 +0000 (22:39 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Fri, 20 Jul 2012 13:39:40 +0000 (22:39 +0900)
[Type]
[Module] emulator-kernel / dibs
[Priority]
[CQ#]
[Redmine#]
[Problem] emulator-kernel image cannot be installed in the fixed directory.
[Cause]
[Solution]
[TestCase]

package/build.ubuntu-32
package/pkginfo.manifest

index f5f58d9ec2a05a925610e02152a5286f778ff273..86dd5460a75520901b28879a4ac26ff384a3ce08 100755 (executable)
@@ -18,8 +18,8 @@ build()
 # install
 install() 
 {
-       BIN_DIR=$SRCDIR/package/emulator-kernel-x86.package.${TARGET_OS}
-       mkdir -p $BIN_DIR/data/tools/emulator/data/kernel
+       BIN_DIR=$SRCDIR/package/emulator-kernel-x86.package.${TARGET_OS}/data/tools/emulator/data/kernel
+       mkdir -p $BIN_DIR
 
        cp arch/x86/boot/bzImage $BIN_DIR/bzImage.x86
 }
index 8efa2ece6500936eaf28ccba7ee2907935af1060..aa6177848db87bafffa8b95203d2bc872c33f330 100644 (file)
@@ -1,5 +1,5 @@
 Package: emulator-kernel-x86
-Version: 1.3.0
+Version: 1.3.1
 OS: ubuntu-32, ubuntu-64, windows-32, macos-64
 Build-host-os: ubuntu-32
 Maintainer: Yeong-Kyoon, Lee <yeongkyoon.lee@samsung.com>