]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr: add a missing perl runtime dependency
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 7 Aug 2019 10:29:37 +0000 (12:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Aug 2019 09:17:56 +0000 (10:17 +0100)
/usr/lib/attr/ptest/test/sort-getfattr-output is a perl script.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/attr/attr.inc

index 1a29eb339e75c956bd43f1559745b0e5ccf9f7e9..3503d66b9e193d9909763cde4ebcd3cda633f0a5 100644 (file)
@@ -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"