]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr: add attr dependency to attr-ptest
authorRoss Burton <ross.burton@intel.com>
Thu, 10 Dec 2015 15:49:27 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Dec 2015 23:31:43 +0000 (23:31 +0000)
If attr-ptest is explicitly installed it will fail as attr isn't a dependency.

[ YOCTO #8766 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/attr/attr.inc

index 28c750f9874fedad11c46f529b80eb62f1050746..68609784d94c537e526193e0bfe8f73e48202b54 100644 (file)
@@ -34,6 +34,6 @@ do_install_ptest() {
        sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile
 }
 
-RDEPENDS_${PN}-ptest = "coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix"
+RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix"
 
-BBCLASSEXTEND = "native nativesdk"
\ No newline at end of file
+BBCLASSEXTEND = "native nativesdk"