diff options
Diffstat (limited to 'openembedded/classes/sourcepkg.bbclass')
| -rw-r--r-- | openembedded/classes/sourcepkg.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/classes/sourcepkg.bbclass b/openembedded/classes/sourcepkg.bbclass index 3eeff91333..390d3684d4 100644 --- a/openembedded/classes/sourcepkg.bbclass +++ b/openembedded/classes/sourcepkg.bbclass | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | DEPLOY_DIR_SRC ?= "${DEPLOY_DIR}/source" | 1 | DEPLOY_DIR_SRC ?= "${DEPLOY_DIR}/source" |
| 2 | EXCLUDE_FROM ?= ".pc" | 2 | EXCLUDE_FROM ?= ".pc autom4te.cache" |
| 3 | 3 | ||
| 4 | # used as part of a path. make sure it's set | 4 | # used as part of a path. make sure it's set |
| 5 | DISTRO ?= "openembedded" | 5 | DISTRO ?= "openembedded" |
| @@ -42,7 +42,7 @@ sourcepkg_do_create_orig_tgz(){ | |||
| 42 | 42 | ||
| 43 | echo $src_tree | 43 | echo $src_tree |
| 44 | oenote "Creating .orig.tar.gz in ${DEPLOY_DIR_SRC}/${P}.orig.tar.gz" | 44 | oenote "Creating .orig.tar.gz in ${DEPLOY_DIR_SRC}/${P}.orig.tar.gz" |
| 45 | tar cvzf ${DEPLOY_DIR_SRC}/${P}.orig.tar.gz $src_tree --exclude-from temp/exclude-from-file | 45 | tar cvzf ${DEPLOY_DIR_SRC}/${P}.orig.tar.gz --exclude-from temp/exclude-from-file $src_tree |
| 46 | cp -pPR $src_tree $src_tree.orig | 46 | cp -pPR $src_tree $src_tree.orig |
| 47 | } | 47 | } |
| 48 | 48 | ||
