From: Ross Burton Date: Thu, 10 Dec 2015 15:49:27 +0000 (+0000) Subject: attr: add attr dependency to attr-ptest X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28064 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec9f727fc95d5ac4b4209272f794c4865dd2946f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 28c750f9874..68609784d94 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"