diff options
author | Sangjin Kim <sangjin3.kim@samsung.com> | 2013-06-24 16:47:15 +0900 |
---|---|---|
committer | Sangjin Kim <sangjin3.kim@samsung.com> | 2013-06-24 16:47:15 +0900 |
commit | b1d02615c9deb540e9ee2fda955620a4ca414eaa (patch) | |
tree | 5052daaad0d78cafa057b832afcd92808c06136a | |
parent | f2becea9a0229b7fe72bbceb37ed07a8ea39a4b6 (diff) | |
download | meta-emulator-tools-b1d02615c9deb540e9ee2fda955620a4ca414eaa.tar.gz meta-emulator-tools-b1d02615c9deb540e9ee2fda955620a4ca414eaa.tar.bz2 meta-emulator-tools-b1d02615c9deb540e9ee2fda955620a4ca414eaa.zip |
Update tizen platform version as 2.1->2.2
Change-Id: Ie0e76a90d6501bdb2cc0f34cc2ac12ecafd70a1e
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
-rwxr-xr-x | package/build.ubuntu-32 | 5 | ||||
-rw-r--r-- | package/changelog | 3 | ||||
-rw-r--r-- | package/pkginfo.manifest | 39 |
3 files changed, 10 insertions, 37 deletions
diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 index 56ce6aa..1368e4c 100755 --- a/package/build.ubuntu-32 +++ b/package/build.ubuntu-32 @@ -16,10 +16,7 @@ install() { mkdir -p $SRCDIR/package/emulator-tools-common.package.${TARGET_OS}/data mkdir -p $SRCDIR/package/tizen-emulator-tools-x86.package.${TARGET_OS}/data -# mkdir -p $SRCDIR/package/tizen-emulator-tools-arm.package.${TARGET_OS}/data - mkdir -p $SRCDIR/package/tizen-2.1-emulator-image-x86.package.${TARGET_OS}/data -# mkdir -p $SRCDIR/package/tizen-2.0-emulator-image-arm.package.${TARGET_OS}/data - mkdir -p $SRCDIR/package/tizen-emulator-test.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/tizen-2.2-emulator-image.package.${TARGET_OS}/data } [ "$1" = "clean" ] && clean diff --git a/package/changelog b/package/changelog index 2b4fe3c..6494995 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.4.10 +- update package version (2.1 -> 2.2) +== Sungmin Ha <sungmin82.ha@samsung.com> 2013-06-12 * 1.4.9 - update emulator-image version. == Kitae Kim <kt920.kim@samsung.com> 2013-03-14 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 3de2cdd..b9088e7 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version : 1.4.9 +Version : 1.4.10 Maintainer : Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com> Package : emulator-tools-common @@ -16,7 +16,7 @@ Install-dependency : emulator-qemu-common, emulator-manager, emulator-storages, Description : Tizen Emulator. Package : tizen-emulator-tools-x86 -Label : x86 Emulator +Label : Emulator OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os : ubuntu-32 Install-dependency : emulator-qemu-x86, emulator-tools-common @@ -24,39 +24,12 @@ Source : meta-emulator-tools Description : Tizen Emulator provides a full system Tizen runtime environment to develop Tizen applications and platforms without real physical devices. Attribute : root -Package : tizen-2.1-emulator-image-x86 -Label : x86 Platform Image +Package : tizen-2.2-emulator-image +Label : Platform Image OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os : ubuntu-32 -Install-dependency : emulator-image-2.1-x86 -Conflicts : tizen-2.0-emulator-image-x86 +Install-dependency : emulator-image-2.2-x86 +Conflicts : tizen-2.0-emulator-image, tizen-2.1-emulator-image Source : meta-emulator-tools Description : Platform image provides the file system image of Tizen platform for Tizen x86 Emulator. Attribute : root - -#Package : tizen-emulator-tools-arm -#Label : ARM Emulator -#OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 -#Build-host-os : ubuntu-32 -#Install-dependency : emulator-qemu-arm, emulator-tools-common -#Source : meta-emulator-tools -#Description : Tizen Emulator provides a full system Tizen runtime environment to develop Tizen applications and platforms without real physical devices. -#Attribute : root - -#Package : tizen-2.0-emulator-image-arm -#Label : ARM Platform Image -#OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 -#Build-host-os : ubuntu-32 -#Install-dependency : emulator-image-2.0-arm -#Source : meta-emulator-tools -#Description : Platform image provides the file system image of Tizen platform for Tizen ARM Emulator. -#Attribute : root - -Package : tizen-emulator-test -Label : Emulator Test -OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 -Build-host-os : ubuntu-32 -Install-dependency : emulator-test -Source : meta-emulator-tools -Description : Emulator test package verifies that Tizen Emulator works correctly for all features using tools and scripts. -Attribute : root |