[oe-commits] Ross Burton : e2fsprogs: remove chmod

git at git.openembedded.org git at git.openembedded.org
Wed Sep 10 14:39:11 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: bade04d62468acbec2b54f38b5071a3b1070ab9a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bade04d62468acbec2b54f38b5071a3b1070ab9a

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jun 30 15:00:30 2014 +0100

e2fsprogs: remove chmod

This chmod doesn't appear to be needed, and history fades away in 2005.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
index a08e937..8699bae 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
@@ -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 () {



More information about the Openembedded-commits mailing list