diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-17 18:39:51 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-17 18:39:51 +0000 |
commit | 2f9ad2e658e8ad53ecdb6eb82358eb858a8de5f5 (patch) | |
tree | 42c561e0b7ea349e57348c61f27faf0b3f097c7e /classes/package_tar.bbclass | |
parent | 9fa8c781ca71c751c09dbcb96363f66e1a455837 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/17 20:39:04+02:00 uni-frankfurt.de!mickeyl
add python-pygtk2 to task-python-everything
2005/05/17 20:32:02+02:00 uni-frankfurt.de!mickeyl
apply zecke's patches to prepare for the low memory bitbake. the repository needs bitbake r159 or better now
BKrev: 428a3a77SoUtXtfto7tXtwiSdrA1ew
Diffstat (limited to 'classes/package_tar.bbclass')
-rw-r--r-- | classes/package_tar.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/package_tar.bbclass b/classes/package_tar.bbclass index 2d169c7491..359e35f113 100644 --- a/classes/package_tar.bbclass +++ b/classes/package_tar.bbclass @@ -61,8 +61,7 @@ python do_package_tar () { return for pkg in packages.split(): - from copy import copy, deepcopy - localdata = deepcopy(d) + localdata = bb.data.createCopy(d) root = "%s/install/%s" % (workdir, pkg) bb.data.setVar('ROOT', '', localdata) |