mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
53bfbe6b06
commit
5f289ac80f
@@ -17,7 +17,7 @@ do_configure_prepend () {
|
||||
}
|
||||
|
||||
do_compile_prepend () {
|
||||
find ./ -print|xargs chmod u=rwX
|
||||
find ./ -print | grep -v ./patches | xargs chmod u=rwX
|
||||
( cd util; ${BUILD_CC} subst.c -o subst )
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user