[Title] Update package version.
authorKitae Kim <kt920.kim@samsung.com>
Sat, 17 Mar 2012 15:02:44 +0000 (00:02 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Sat, 17 Mar 2012 15:02:44 +0000 (00:02 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/pkginfo.manifest
tizen/build.sh [new file with mode: 0755]

index 14160cd..9eca12f 100644 (file)
@@ -1,5 +1,5 @@
 Package: emulator
-Version: 1.2.42
+Version: 1.2.43
 OS: linux
 Build-host-os: linux
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -8,7 +8,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator
-Version: 1.2.42
+Version: 1.2.43
 OS: windows
 Build-host-os: windows
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
diff --git a/tizen/build.sh b/tizen/build.sh
new file mode 100755 (executable)
index 0000000..dbc266c
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh -xe
+
+./qemu_configure.sh
+make && make install