mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
ltp: add acl, attr, curl and util-linux runtime dependencies
* Use a list and re-order alphabetically to make it easier to read and update. * Add missing runtime dependencies: - acl (getfacl/setfacl commands are required) - attr (getfattr/setfattr commands are required) - iproute2 (required for netns tests) - curl (curl command is required) - util-linux (ipcs command is required) Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> (From OE-Core rev: a7480beb33e69d7cb63353ffa215326f4ae4b87d) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
20dcf0c1ef
commit
3cb59a3fe5
@@ -96,7 +96,28 @@ do_install(){
|
||||
cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect ldd unzip gzip cpio cronie logrotate which at"
|
||||
RDEPENDS_${PN} = "\
|
||||
acl \
|
||||
at \
|
||||
attr \
|
||||
bash \
|
||||
cpio \
|
||||
cronie \
|
||||
curl \
|
||||
e2fsprogs-mke2fs \
|
||||
expect \
|
||||
gawk \
|
||||
gzip \
|
||||
iproute2 \
|
||||
ldd \
|
||||
libaio \
|
||||
logrotate \
|
||||
perl \
|
||||
python-core \
|
||||
unzip \
|
||||
util-linux \
|
||||
which \
|
||||
"
|
||||
|
||||
FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a /opt/ltp/testcases/data/nm01/lib.a"
|
||||
|
||||
@@ -107,4 +128,3 @@ INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
# However, test_arch_stripped is already stripped, so...
|
||||
INSANE_SKIP_${PN} += "already-stripped"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user