mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
acl: add acl dependency to acl-ptest
The acl test suite doesn't work without the acl binaries, so add an explicit dependency. (From OE-Core rev: 3720478dbdc7efa5d38a53182bab14985c698d8d) 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
6e055bbc2e
commit
07e8ae71e8
@@ -36,4 +36,4 @@ do_install_ptest() {
|
|||||||
cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/
|
cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN}-ptest = "bash coreutils perl perl-module-filehandle perl-module-getopt-std perl-module-posix shadow"
|
RDEPENDS_${PN}-ptest = "acl bash coreutils perl perl-module-filehandle perl-module-getopt-std perl-module-posix shadow"
|
||||||
|
|||||||
Reference in New Issue
Block a user