diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/attr/acl/test-fix-directory-permissions.patch | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch index a76cbbe4a3..e64990ad5b 100644 --- a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch +++ b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch | |||
@@ -1,6 +1,9 @@ | |||
1 | From 311589fedf196168382d8f0db303ab328bcf9d83 Mon Sep 17 00:00:00 2001 | ||
2 | From: Peter Seebach <peter.seebach@windriver.com> | ||
3 | Date: Wed, 11 May 2016 15:16:06 -0500 | ||
4 | Subject: [PATCH] acl.inc, run-ptest: improve ptest functionality on limited | ||
5 | |||
1 | commit c45bae84817a70fef6c2b661a07a492a0d23ae85 | 6 | commit c45bae84817a70fef6c2b661a07a492a0d23ae85 |
2 | Author: Peter Seebach <peter.seebach@windriver.com> | ||
3 | Date: Wed May 11 15:16:06 2016 -0500 | ||
4 | 7 | ||
5 | Fix permissions on temporary directory | 8 | Fix permissions on temporary directory |
6 | 9 | ||
@@ -10,7 +13,12 @@ Date: Wed May 11 15:16:06 2016 -0500 | |||
10 | 13 | ||
11 | Signed-off-by: Peter Seebach <peter.seebach@windriver.com> | 14 | Signed-off-by: Peter Seebach <peter.seebach@windriver.com> |
12 | 15 | ||
13 | Upstream-Status: Pending | 16 | Upstream-Status: Backport [ http://git.savannah.gnu.org/cgit/acl.git/commit/?id=c6772a958800de064482634f77c20a0faafc5af6 ] |
17 | |||
18 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
19 | --- | ||
20 | test/root/permissions.test | 1 + | ||
21 | 1 file changed, 1 insertion(+) | ||
14 | 22 | ||
15 | diff --git a/test/root/permissions.test b/test/root/permissions.test | 23 | diff --git a/test/root/permissions.test b/test/root/permissions.test |
16 | index 42615f5..098b52a 100644 | 24 | index 42615f5..098b52a 100644 |
@@ -24,3 +32,6 @@ index 42615f5..098b52a 100644 | |||
24 | $ mkdir d | 32 | $ mkdir d |
25 | $ cd d | 33 | $ cd d |
26 | $ umask 027 | 34 | $ umask 027 |
35 | -- | ||
36 | 2.8.1 | ||
37 | |||