mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
keyutils: add missing ptest dependencies
ptests failed due to missing "make", "file" and full "head" command. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ do_install_ptest () {
|
||||
}
|
||||
|
||||
|
||||
RDEPENDS:${PN}-ptest += "lsb-release"
|
||||
RDEPENDS:${PN}-ptest += "lsb-release make file coreutils"
|
||||
RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils"
|
||||
RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user