summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2014-11-20 17:50:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-21 16:49:41 +0000
commit12dd4279c59c9c8dd08e42ebfaa1e6b611341aa1 (patch)
tree7d69e3faf25715f0d13b54da8e74af569d783b8b
parentae9e8e177f2923cf74e0c4d011eb4eb09e36a26c (diff)
downloadpoky-12dd4279c59c9c8dd08e42ebfaa1e6b611341aa1.tar.gz
ltp: Added zip-native as a DEPENDS
The Makefile checks for zip during installation [YOCTO #6699] (From OE-Core rev: a6e8ced3fa8e8e2aa3df0798b80eb26e5ebc4b15) (Backport to older version 20130503) (From OE-Core rev: f9c647b4373e09e788580fd59c4c42a9bcec9268) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/ltp/ltp_20130503.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130503.bb
index 9e1183c1fd..a5d9f5f6ee 100644
--- a/meta/recipes-extended/ltp/ltp_20130503.bb
+++ b/meta/recipes-extended/ltp/ltp_20130503.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
19 file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 19 file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
20 " 20 "
21 21
22DEPENDS = "attr libaio libcap acl openssl" 22DEPENDS = "attr libaio libcap acl openssl zip-native"
23 23
24SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ 24SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
25 file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \ 25 file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \