mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
meta-toolchain: Use --owner and --group options instead of using pseudo's overhead for a simple task
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d332f1881f
commit
87a258fe5c
@@ -98,7 +98,7 @@ do_populate_sdk() {
|
|||||||
# Package it up
|
# Package it up
|
||||||
mkdir -p ${SDK_DEPLOY}
|
mkdir -p ${SDK_DEPLOY}
|
||||||
cd ${SDK_OUTPUT}
|
cd ${SDK_OUTPUT}
|
||||||
${FAKEROOT} tar cfj ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 .
|
tar --owner=root --group=root cjf ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 .
|
||||||
}
|
}
|
||||||
|
|
||||||
do_populate_sdk[nostamp] = "1"
|
do_populate_sdk[nostamp] = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user