diff options
author | Gary Thomas <gary@mlbassoc.com> | 2010-09-29 16:25:47 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-29 16:25:47 +0100 |
commit | 5f289ac80f81681f1d31e8637ceeeb5217aa40ca (patch) | |
tree | 3b356685601e5e5042b6f4dd0ce3d3603034747b | |
parent | 53bfbe6b061180b4eef7614340b6f8b1ff23d902 (diff) | |
download | poky-5f289ac80f81681f1d31e8637ceeeb5217aa40ca.tar.gz |
e2fsprogs: Don't change ownership of the patches directory
Patches can be symlinks and changing their ownership may not be possible.
Therefore stop doing this.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb index 15c80478f5..ac262501d1 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.12.bb | |||
@@ -17,7 +17,7 @@ do_configure_prepend () { | |||
17 | } | 17 | } |
18 | 18 | ||
19 | do_compile_prepend () { | 19 | do_compile_prepend () { |
20 | find ./ -print|xargs chmod u=rwX | 20 | find ./ -print | grep -v ./patches | xargs chmod u=rwX |
21 | ( cd util; ${BUILD_CC} subst.c -o subst ) | 21 | ( cd util; ${BUILD_CC} subst.c -o subst ) |
22 | } | 22 | } |
23 | 23 | ||