summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorjihye kim <jihye1128.kim@samsung.com>2013-08-01 13:33:45 +0900
committerjihye kim <jihye1128.kim@samsung.com>2013-08-01 13:33:45 +0900
commit765994fe093ee333bc55f63f7590703a3fc3b79b (patch)
tree4a96198e41b4b7e11b7aa7c323f0fd7991be5c0c /package
parent28af817edac6f6e2e7cd932e2f2906d59ad6e80e (diff)
downloadmeta-emulator-tools-765994fe093ee333bc55f63f7590703a3fc3b79b.tar.gz
meta-emulator-tools-765994fe093ee333bc55f63f7590703a3fc3b79b.tar.bz2
meta-emulator-tools-765994fe093ee333bc55f63f7590703a3fc3b79b.zip
add tizen-emulator-test-tools with Attribute
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
Diffstat (limited to 'package')
-rwxr-xr-xpackage/build.ubuntu-322
-rw-r--r--package/pkginfo.manifest12
2 files changed, 13 insertions, 1 deletions
diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32
index a86bf8a..55efda8 100755
--- a/package/build.ubuntu-32
+++ b/package/build.ubuntu-32
@@ -21,6 +21,8 @@ install()
# 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-emulator-test-tools.package.${TARGET_OS}/data
+
}
[ "$1" = "clean" ] && clean
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
index 41054dc..bbb85a1 100644
--- a/package/pkginfo.manifest
+++ b/package/pkginfo.manifest
@@ -1,4 +1,4 @@
-Version : 1.4.14
+Version : 1.4.15
Maintainer : Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
Package : emulator-tools-common
@@ -60,3 +60,13 @@ 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
+
+Package : tizen-emulator-test-tools
+Label : Emulator Test Tools
+OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64
+Build-host-os : ubuntu-32
+Install-dependency : emulator-test-tools, emulator-test-resources, tizen-emulator-tools-x86
+Source : meta-emulator-tools
+Description : Emulator test package verifies that Tizen Emulator works correctly for all features using tools and scripts.
+Attribute : root
+