aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-19 13:51:43 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-19 13:51:43 +0200
commit6411cef81541f002a577f36eca104f58e54c2b9f (patch)
tree4b2806abb4ac2f1c28108a12e084be8b5f3dea61
parent761213e8244a84254df5471033d4f6f1b7f5bf15 (diff)
downloadopenembedded-core-contrib-6411cef81541f002a577f36eca104f58e54c2b9f.tar.gz
multi-kernel.inc: Drop FAKEROOT usage in favour of explicit options to tar
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-bsp/linux/multi-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/linux/multi-kernel.inc b/recipes-bsp/linux/multi-kernel.inc
index d34994fc17..2c430dd55c 100644
--- a/recipes-bsp/linux/multi-kernel.inc
+++ b/recipes-bsp/linux/multi-kernel.inc
@@ -62,7 +62,7 @@ do_compileconfigs () {
install -m 0644 ${KERNEL_OUTPUT} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).bin
if [ -d "${D}/lib" ]; then
- fakeroot tar -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).tgz -C ${D} lib
+ tar --owner=root --group=root -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.${MULTI_CONFIG_BASE_SUFFIX}$(basename $config).tgz -C ${D} lib
fi
# Install the final config alongside the images