[oe-commits] Koen Kooi : sourcepkg: save lots of space by only making the diff arch specific

git version control git at git.openembedded.org
Wed Mar 17 10:48:03 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 5a70033fdb4ff5370a5d2c5731a0e229497b8081
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a70033fdb4ff5370a5d2c5731a0e229497b8081

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar 17 10:03:18 2010 +0100

sourcepkg: save lots of space by only making the diff arch specific

---

 classes/sourcepkg.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/sourcepkg.bbclass b/classes/sourcepkg.bbclass
index 7e73680..ce57ef0 100644
--- a/classes/sourcepkg.bbclass
+++ b/classes/sourcepkg.bbclass
@@ -39,8 +39,8 @@ sourcepkg_do_create_orig_tgz(){
 	src_tree=$(basename ${S})
 	
 	echo $src_tree
-	oenote "Creating .orig.tar.gz in ${DEPLOY_DIR_SRC}/${PN}/${PACKAGE_ARCH}/${P}.orig.tar.gz"
-	tar cvzf ${DEPLOY_DIR_SRC}/${PN}/${PACKAGE_ARCH}/${P}.orig.tar.gz --exclude-from temp/exclude-from-file $src_tree
+	oenote "Creating .orig.tar.gz in ${DEPLOY_DIR_SRC}/${PN}/${P}.orig.tar.gz"
+	tar cvzf ${DEPLOY_DIR_SRC}/${PN}/${P}.orig.tar.gz --exclude-from temp/exclude-from-file $src_tree
 	cp -pPR $src_tree $src_tree.orig
 }
 





More information about the Openembedded-commits mailing list