[oe-commits] Ross Burton : acl: add acl dependency to acl-ptest

git at git.openembedded.org git at git.openembedded.org
Thu Nov 6 16:46:17 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 3720478dbdc7efa5d38a53182bab14985c698d8d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3720478dbdc7efa5d38a53182bab14985c698d8d

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Oct 31 21:49:19 2014 +0000

acl: add acl dependency to acl-ptest

The acl test suite doesn't work without the acl binaries, so add an explicit
dependency.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/attr/acl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/attr/acl.inc b/meta/recipes-support/attr/acl.inc
index bc9fd6d..b2bc8ba 100644
--- a/meta/recipes-support/attr/acl.inc
+++ b/meta/recipes-support/attr/acl.inc
@@ -36,4 +36,4 @@ do_install_ptest() {
 	cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/
 }
 
-RDEPENDS_${PN}-ptest = "bash coreutils perl perl-module-filehandle perl-module-getopt-std perl-module-posix shadow"
+RDEPENDS_${PN}-ptest = "acl bash coreutils perl perl-module-filehandle perl-module-getopt-std perl-module-posix shadow"



More information about the Openembedded-commits mailing list