summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2013-05-02 14:55:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-22 17:14:01 +0100
commit202658db64afc0758701f777a4ffa8c39705f32a (patch)
treecd0675a4f7009270e38f88673a84150962800ee2 /meta
parent259d0665edc4f91ef75558a9548b63c5b3045658 (diff)
downloadpoky-202658db64afc0758701f777a4ffa8c39705f32a.tar.gz
fs-perms.txt: Don't tinker with file modes in /usr/src/debug
Since 6775feb9fe935ab01fd9cae2b2d3fce5824a9a72 our local "copy" of the debug sources has in fact been hardlinked to ${S} and potentially other places too. This means that any modifications we make to these files might have wider consequences than intended. Avoid this potential pitfall by telling fixup_perms() to leave the file modes in this directory alone. No great harm will result from shipping debug sources with a mode other than 0644: if the mode was permissive enough for us to compile the sources in the first place then it must also be permissive enough for subsequent debugging. (From OE-Core master rev: 91b02c65d83811738d4c0e4b7c454459430c8b9b) (From OE-Core rev: e2733052c241d72104d47ba1bede19e3a2507218) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/files/fs-perms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt
index ef44e26e95..becb85c8cb 100644
--- a/meta/files/fs-perms.txt
+++ b/meta/files/fs-perms.txt
@@ -41,7 +41,7 @@ ${includedir} 0755 root root true 0644 root root
41${oldincludedir} 0755 root root true 0644 root root 41${oldincludedir} 0755 root root true 0644 root root
42 42
43# Cleanup debug src 43# Cleanup debug src
44/usr/src/debug 0755 root root true 0644 root root 44/usr/src/debug 0755 root root true - root root
45 45
46# Items from base-files 46# Items from base-files
47# Links 47# Links