Updates against mainline OE

git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2005-09-20 07:04:35 +00:00
parent f9e1d16bfa
commit b4a7122cac
45 changed files with 498 additions and 420 deletions

View File

@@ -43,7 +43,7 @@ sourcepkg_do_create_orig_tgz(){
echo $src_tree
oenote "Creating .orig.tar.gz in ${DEPLOY_DIR_SRC}/${P}.orig.tar.gz"
tar cvzf ${DEPLOY_DIR_SRC}/${P}.orig.tar.gz $src_tree --exclude-from temp/exclude-from-file
cp -a $src_tree $src_tree.orig
cp -pPR $src_tree $src_tree.orig
}
sourcepkg_do_archive_bb() {