diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-10 15:49:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:54 +0000 |
commit | fc32a3bdbc37dc4b27240c665ce6d1b3b864ec8a (patch) | |
tree | ec4e0bb534fefb9f2caa03c5cf2334641d1d21ca /meta/recipes-support | |
parent | 9205f0acfea8200135934ebdc5a4e8038a2d9a3f (diff) | |
download | poky-fc32a3bdbc37dc4b27240c665ce6d1b3b864ec8a.tar.gz |
attr: add attr dependency to attr-ptest
If attr-ptest is explicitly installed it will fail as attr isn't a dependency.
[ YOCTO #8766 ]
(From OE-Core rev: ec9f727fc95d5ac4b4209272f794c4865dd2946f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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() { | |||
34 | sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile | 34 | sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile |
35 | } | 35 | } |
36 | 36 | ||
37 | RDEPENDS_${PN}-ptest = "coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix" | 37 | RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | 39 | BBCLASSEXTEND = "native nativesdk" |