diff options
author | Kitae Kim <kt920.kim@samsung.com> | 2012-11-06 14:54:50 +0900 |
---|---|---|
committer | Kitae Kim <kt920.kim@samsung.com> | 2012-11-06 14:54:50 +0900 |
commit | 943c3f4ee8cba0a8b38414229430dc6262efd7b3 (patch) | |
tree | b60f22d1f88cb043ff3f7363a7e7555d58dad16b /package | |
parent | 62f8f568cb6031745fff8f23198810b59bd720c1 (diff) | |
download | meta-emulator-tools-943c3f4ee8cba0a8b38414229430dc6262efd7b3.tar.gz meta-emulator-tools-943c3f4ee8cba0a8b38414229430dc6262efd7b3.tar.bz2 meta-emulator-tools-943c3f4ee8cba0a8b38414229430dc6262efd7b3.zip |
[Title] DIBS: add dependency between emulator tools and images.
[Desc.] If users select an emulator image packge on SDK installer, an emulator tool package will be installed.
[Issue] None.
Diffstat (limited to 'package')
-rw-r--r-- | package/changelog | 4 | ||||
-rw-r--r-- | package/pkginfo.manifest | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/package/changelog b/package/changelog index 501e22b..ed89d61 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 1.4.1 +- add dependency between emulator tools and images. +- If users select an emulator image packge on SDK installer, an emulator tool package will be installed. +== Kitae Kim <kt920.kim@samsung.com> 2012-11-06 * 1.4.0 - Rename meta packages. - Meta packages need to be distinguish by label. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 864c366..2579317 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version : 1.4.0 +Version : 1.4.1 Maintainer : Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com> Package : emulator-tools-common @@ -21,7 +21,7 @@ Package : tizen-2.0-emulator-image-x86 Label : x86 Platform Image OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os : ubuntu-32 -Install-dependency : emulator-image-2.0-x86 +Install-dependency : tizen-emulator-tools-x86, emulator-image-2.0-x86 Source : meta-emulator-tools Description : Platform image provides the file system image of Tizen platform for Tizen X86 Emulator. Attribute : root @@ -39,7 +39,7 @@ 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 +Install-dependency : tizen-emulator-tools-arm, 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 @@ -48,6 +48,6 @@ Package : tizen-2.0-emulator-image-partner Label : Platform Image OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os : ubuntu-32 -Install-dependency : emulator-image-2.0-x86-partner +Install-dependency : tizen-emulator-tools-x86, emulator-image-2.0-x86-partner Source : meta-emulator-tools Description : Platform image for partners provides the file system image of Tizen platform for Tizen Emulator. |