summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2014-10-31 14:54:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-04 15:13:56 +0000
commit61da1b11970a3c524b5a1e82f5c707e8c2581d7b (patch)
treefd9dd0621d57212529ab1905d64872fe0f1f1173
parent3428e70035deb137c396d838d01837ea1090ff99 (diff)
downloadpoky-61da1b11970a3c524b5a1e82f5c707e8c2581d7b.tar.gz
ltp: Added zip-native as a DEPENDS
The Makefile checks for zip during installation [YOCTO #6699] (From OE-Core rev: a6e8ced3fa8e8e2aa3df0798b80eb26e5ebc4b15) (From OE-Core rev: 00dc2ac9e0a7d4cec2d94f4d934dc1ab42d5b20b) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-extended/ltp/ltp_20140115.bb
-rw-r--r--meta/recipes-extended/ltp/ltp_20140115.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb
index c2ee9fbad2..42bd3cff84 100644
--- a/meta/recipes-extended/ltp/ltp_20140115.bb
+++ b/meta/recipes-extended/ltp/ltp_20140115.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "\
19 file://utils/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \ 19 file://utils/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \
20" 20"
21 21
22DEPENDS = "attr libaio libcap acl openssl" 22DEPENDS = "attr libaio libcap acl openssl zip-native"
23SRCREV = "c8b3e28097e7d3208df9daceaf92c25eae87ebf0" 23SRCREV = "c8b3e28097e7d3208df9daceaf92c25eae87ebf0"
24 24
25SRC_URI = "git://github.com/linux-test-project/ltp.git \ 25SRC_URI = "git://github.com/linux-test-project/ltp.git \