package: Prevent marking "+" at kernel version. 63/27063/2
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 4 Sep 2014 02:08:40 +0000 (11:08 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 4 Sep 2014 02:24:14 +0000 (11:24 +0900)
Prevent marking "+" at kernel version.
Version up 2.0.4.

Change-Id: I21f1d0da59007e343533b43ea48fbefc689ad540
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
package/build.ubuntu-32
package/pkginfo.manifest

index cf150fc..81b6ac4 100755 (executable)
@@ -12,6 +12,8 @@ clean()
 build()
 {
        # x86 kernel
+       rm -rf $SRCDIR/.git
+
        make ARCH=i386 i386_tizen_emul_defconfig
        make ARCH=i386 -j4
 
@@ -38,7 +40,7 @@ install()
 #      cp arch/arm/boot/zImage $ARM_BIN_DIR/bzImage.arm
 }
 
-[ "$1" = "clean" ] && clean
+#[ "$1" = "clean" ] && clean
 [ "$1" = "build" ] && build
 [ "$1" = "install" ] && install
 
index e8d5305..36c44b5 100644 (file)
@@ -1,4 +1,4 @@
-Version: 2.0.3
+Version: 2.0.4
 Maintainer: Yeong-Kyoon, Lee <yeongkyoon.lee@samsung.com>
 Source: emulator-kernel