summaryrefslogtreecommitdiffstats
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-07 00:11:38 +0000
commite2107f5b97c95aa59447f8459958e4b1a2849711 (patch)
tree7e344083e65f38b20c927129efb07ce55f1de55d /meta/recipes-support/attr/acl.inc
parent82a80645f8bf4438aa8cf39d3759046dc5bdbf75 (diff)
downloadpoky-e2107f5b97c95aa59447f8459958e4b1a2849711.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. (From OE-Core rev: 2981d026460658fd2db7df3618d718fe6e8bfca0) 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"
12SRC_URI = "${SAVANNAH_GNU_MIRROR}/acl/${BP}.src.tar.gz \ 12SRC_URI = "${SAVANNAH_GNU_MIRROR}/acl/${BP}.src.tar.gz \
13 file://run-ptest \ 13 file://run-ptest \
14 file://acl-fix-the-order-of-expected-output-of-getfacl.patch \ 14 file://acl-fix-the-order-of-expected-output-of-getfacl.patch \
15 file://test-fix-insufficient-quoting-of.patch \
16 file://test-fixups-on-SELinux-machines-for-root-testcases.patch \
15" 17"
16 18
17require ea-acl.inc 19require ea-acl.inc