]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: Added zip-native as a DEPENDS
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Thu, 18 Sep 2014 21:34:23 +0000 (16:34 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2014 11:57:11 +0000 (12:57 +0100)
The Makefile checks for zip during installation

[YOCTO #6699]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
meta/recipes-extended/ltp/ltp_20140422.bb

index c658bc0e9350fc59df549982945eafbd59173b9c..f2c0fd8204ebb8fb9c7b000f00cf2a3f60e29fee 100644 (file)
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "\
     file://utils/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \
 "
 
-DEPENDS = "attr libaio libcap acl openssl"
+DEPENDS = "attr libaio libcap acl openssl zip-native"
 SRCREV = "f4c3bfe1eab51eb72caeb0f3336d2790c9a8bd1b"
 
 SRC_URI = "git://github.com/linux-test-project/ltp.git \