mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
533af2dd0f
commit
6730378be3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user