summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/acl.inc
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-03-24 16:12:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 09:55:35 +0000
commitdb827dd6ecc63f52c2ffb9b7a7d8892f8f0f2e34 (patch)
tree9e6a15e8f0f2778c13bbe686f4b0bd3dc321e5a0 /meta/recipes-support/attr/acl.inc
parent299fbbf31aa99d360a7ca884d1f0e0dff24d8887 (diff)
downloadpoky-db827dd6ecc63f52c2ffb9b7a7d8892f8f0f2e34.tar.gz
acl: fix the order of expected output of getfacl
The result of getfacl is sorted by user id. In Centos or RHEL, bin user id is 1 and daemon user id is 2. But in our image, bin user id is 2 and daemon user id is 1. The patch fixes this issue to make ptest pass. (From OE-Core rev: a5180e942c9315d280580773e72fe67f27629a3c) Signed-off-by: Chong Lu <Chong.Lu@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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl.inc b/meta/recipes-support/attr/acl.inc
index 04967a6027..355dbdd9b0 100644
--- a/meta/recipes-support/attr/acl.inc
+++ b/meta/recipes-support/attr/acl.inc
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \
11DEPENDS = "attr" 11DEPENDS = "attr"
12SRC_URI = "http://download.savannah.gnu.org/releases/acl/${BP}.src.tar.gz \ 12SRC_URI = "http://download.savannah.gnu.org/releases/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" 15"
15 16
16require ea-acl.inc 17require ea-acl.inc