]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: remove chmod
authorRoss Burton <ross.burton@intel.com>
Mon, 30 Jun 2014 14:00:30 +0000 (15:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 14:19:57 +0000 (15:19 +0100)
This chmod doesn't appear to be needed, and history fades away in 2005.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb

index a08e937b04d9933089c9b750237c875075efb22f..8699bae38c44bc4946071160820ae6ec4e349b04 100644 (file)
@@ -32,8 +32,7 @@ do_configure_prepend () {
 }
 
 do_compile_prepend () {
-       find ./ -print | grep -v ./patches | xargs chmod u=rwX
-       ( cd ${S}/util; ${BUILD_CC} subst.c -o ${B}/util/subst )
+       ( cd ${S}/util; ${BUILD_CC} subst.c -o ${B}/util/subst )
 }
 
 do_install () {