aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/acl.inc
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2016-03-03 02:16:43 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-06 23:52:56 +0000
commit2981d026460658fd2db7df3618d718fe6e8bfca0 (patch)
treec23f025a74ee5414421ea0e5e07a59f36922f3a5 /meta/recipes-support/attr/acl.inc
parent421e8ac60ff6eb87e66ebeab6f14d74216386578 (diff)
downloadopenembedded-core-contrib-2981d026460658fd2db7df3618d718fe6e8bfca0.tar.gz
acl: Fix re pattern in test cases
ls adds a '.' at the end of the permission field list on SELinux machines, filter this out so root tests work on SELinux machines. And backport one patch for other tests. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr/acl.inc')
-rw-r--r--meta/recipes-support/attr/acl.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl.inc b/meta/recipes-support/attr/acl.inc
index b2bc8bac28..198fb4fed9 100644
--- a/meta/recipes-support/attr/acl.inc
+++ b/meta/recipes-support/attr/acl.inc
@@ -12,6 +12,8 @@ DEPENDS = "attr"
SRC_URI = "${SAVANNAH_GNU_MIRROR}/acl/${BP}.src.tar.gz \
file://run-ptest \
file://acl-fix-the-order-of-expected-output-of-getfacl.patch \
+ file://test-fix-insufficient-quoting-of.patch \
+ file://test-fixups-on-SELinux-machines-for-root-testcases.patch \
"
require ea-acl.inc