From 00dc2ac9e0a7d4cec2d94f4d934dc1ab42d5b20b Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Fri, 31 Oct 2014 14:54:48 -0700 Subject: ltp: Added zip-native as a DEPENDS The Makefile checks for zip during installation [YOCTO #6699] (From OE-Core rev: a6e8ced3fa8e8e2aa3df0798b80eb26e5ebc4b15) Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie Conflicts: meta/recipes-extended/ltp/ltp_20140115.bb --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended') 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 = "\ file://utils/ffsb-6.0-rc2/COPYING;md5=c46082167a314d785d012a244748d803 \ " -DEPENDS = "attr libaio libcap acl openssl" +DEPENDS = "attr libaio libcap acl openssl zip-native" SRCREV = "c8b3e28097e7d3208df9daceaf92c25eae87ebf0" SRC_URI = "git://github.com/linux-test-project/ltp.git \ -- cgit 1.2.3-korg