diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2014-09-18 16:34:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 13:04:21 +0100 |
commit | 6730378be3fe1911a89c075f8fd4dfac0a350e5a (patch) | |
tree | 344e2d71dc385ae16100bffdfcfa65b641a7883d | |
parent | 533af2dd0f9aebd3730b26efca11350327e77821 (diff) | |
download | poky-6730378be3fe1911a89c075f8fd4dfac0a350e5a.tar.gz |
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 <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20140422.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index c658bc0e93..f2c0fd8204 100644 --- a/meta/recipes-extended/ltp/ltp_20140422.bb +++ b/meta/recipes-extended/ltp/ltp_20140422.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 | ||
22 | DEPENDS = "attr libaio libcap acl openssl" | 22 | DEPENDS = "attr libaio libcap acl openssl zip-native" |
23 | SRCREV = "f4c3bfe1eab51eb72caeb0f3336d2790c9a8bd1b" | 23 | SRCREV = "f4c3bfe1eab51eb72caeb0f3336d2790c9a8bd1b" |
24 | 24 | ||
25 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ | 25 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ |