]> code.ossystems Code Review - openembedded-core.git/commitdiff
acl: add acl dependency to acl-ptest
authorRoss Burton <ross.burton@intel.com>
Fri, 31 Oct 2014 21:49:19 +0000 (21:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Nov 2014 16:41:35 +0000 (16:41 +0000)
The acl test suite doesn't work without the acl binaries, so add an explicit
dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/attr/acl.inc

index bc9fd6dda3757dbb904638168f61b5a4b44ea798..b2bc8bac2811785860ae75610df19cddf72e0243 100644 (file)
@@ -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"