diff options
author | jihye kim <jihye1128.kim@samsung.com> | 2012-11-20 16:58:24 +0900 |
---|---|---|
committer | jihye kim <jihye1128.kim@samsung.com> | 2012-11-20 16:58:24 +0900 |
commit | 55c5b16b6e89d9f33c67beb00878960623c383ed (patch) | |
tree | 702a0fa5a3c863f6bdcd937f9bf5fdffacac8df4 | |
parent | 8657250021c37d21645c5884d0a6a0b1b01f01c9 (diff) | |
download | meta-emulator-tools-55c5b16b6e89d9f33c67beb00878960623c383ed.tar.gz meta-emulator-tools-55c5b16b6e89d9f33c67beb00878960623c383ed.tar.bz2 meta-emulator-tools-55c5b16b6e89d9f33c67beb00878960623c383ed.zip |
[Title] meta-emulator-tools : add new package
[Desc.] add new package(eventinjector-cli)
[Issue] N/A
-rw-r--r-- | package/changelog | 4 | ||||
-rw-r--r-- | package/pkginfo.manifest | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/package/changelog b/package/changelog index f13bd9f..3ea8419 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 1.4.3 +- add new package (eventinjector-cli) +== jihye kim <jihye1128.kim@samsung.com> 2012-11-20 + * 1.4.2 - revert the previous commit that is about dependency between tools and image. - If platform image depends on tools, sdk installer add a tree under platform image category. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 278920b..4e30601 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,11 +1,11 @@ -Version : 1.4.2 +Version : 1.4.3 Maintainer : Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com> Package : emulator-tools-common Label : Emulator OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os : ubuntu-32 -Install-dependency : emulator-qemu-common, emulator-manager, emulator-storages, emulator-lib, sdb +Install-dependency : emulator-qemu-common, emulator-manager, emulator-storages, emulator-lib, sdb, eventinjector-cli Description : Tizen Emulator. Package : tizen-emulator-tools-x86 |