diff options
author | Ross Burton <ross.burton@intel.com> | 2014-10-31 21:49:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:45:19 +0000 |
commit | 07e8ae71e849fbb5e5c8a6eac22a637c89d75f5c (patch) | |
tree | e2a16e1df233b2899041aca04c9297b6242b2cc8 | |
parent | 6e055bbc2e6df6e769f6b584d2c6d0da4a567f2a (diff) | |
download | poky-07e8ae71e849fbb5e5c8a6eac22a637c89d75f5c.tar.gz |
acl: add acl dependency to acl-ptest
The acl test suite doesn't work without the acl binaries, so add an explicit
dependency.
(From OE-Core rev: 3720478dbdc7efa5d38a53182bab14985c698d8d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/attr/acl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/acl.inc b/meta/recipes-support/attr/acl.inc index bc9fd6dda3..b2bc8bac28 100644 --- a/meta/recipes-support/attr/acl.inc +++ b/meta/recipes-support/attr/acl.inc | |||
@@ -36,4 +36,4 @@ do_install_ptest() { | |||
36 | cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/ | 36 | cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/ |
37 | } | 37 | } |
38 | 38 | ||
39 | RDEPENDS_${PN}-ptest = "bash coreutils perl perl-module-filehandle perl-module-getopt-std perl-module-posix shadow" | 39 | RDEPENDS_${PN}-ptest = "acl bash coreutils perl perl-module-filehandle perl-module-getopt-std perl-module-posix shadow" |