mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
attr: add a missing perl runtime dependency
/usr/lib/attr/ptest/test/sort-getfattr-output is a perl script. (From OE-Core rev: 5843be17fe2ce3d206d7f8338b8d82a09cfe33fd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f9e6fdcf97
commit
3efc329aeb
@@ -41,6 +41,6 @@ do_install_ptest() {
|
||||
sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix make"
|
||||
RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix make perl"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user