From: Ross Burton Date: Thu, 10 Dec 2015 15:49:27 +0000 (+0000) Subject: attr: add attr dependency to attr-ptest X-Git-Tag: 2016-4~1954 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ec9f727fc95d5ac4b4209272f794c4865dd2946f;p=openembedded-core.git attr: add attr dependency to attr-ptest If attr-ptest is explicitly installed it will fail as attr isn't a dependency. [ YOCTO #8766 ] Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index 28c750f987..68609784d9 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc @@ -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"