All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel.bbclass: fix ownership inside the modules tarball
@ 2009-09-20  7:45 Denys Dmytriyenko
  2009-09-20 10:52 ` Koen Kooi
  2009-09-20 15:03 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2009-09-20  7:45 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
---
 classes/kernel.bbclass |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index c5192d5..9c1f637 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -530,7 +530,7 @@ do_deploy() {
 	package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
 
 	if [ -d "${D}/lib" ]; then
-	tar -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.tgz -C ${D} lib
+		fakeroot tar -cvzf ${DEPLOY_DIR_IMAGE}/${MODULES_IMAGE_BASE_NAME}.tgz -C ${D} lib
 	fi
 
 	cd ${DEPLOY_DIR_IMAGE}
@@ -540,5 +540,6 @@ do_deploy() {
 }
 
 do_deploy[dirs] = "${S}"
+do_deploy[depends] += "fakeroot-native:do_populate_staging"
 
 addtask deploy before do_package after do_install
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-20 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20  7:45 [PATCH] kernel.bbclass: fix ownership inside the modules tarball Denys Dmytriyenko
2009-09-20 10:52 ` Koen Kooi
2009-09-20 15:03 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.