mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
e2fsprogs: remove chmod
This chmod doesn't appear to be needed, and history fades away in 2005. (From OE-Core rev: bade04d62468acbec2b54f38b5071a3b1070ab9a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f1ce75eccf
commit
0a749478ff
@@ -32,8 +32,7 @@ do_configure_prepend () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_compile_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 () {
|
do_install () {
|
||||||
|
|||||||
Reference in New Issue
Block a user