From 9918acbe5451abe65b61363ce851b8b16e653062 Mon Sep 17 00:00:00 2001 From: Tim Ansell Date: Thu, 25 Nov 2004 11:30:58 +0000 Subject: Merge bk://oe-devel@oe-devel.bkbits.net/packages into mithis.com:/cc/packages 2004/11/25 21:26:24+10:30 mithis.com!mithro irda now works out of the box on C700 and C860. 2004/11/25 16:00:21+10:30 mithis.com!mithro Merge bk://oe-devel@oe-devel.bkbits.net/packages into mithis.com:/cc/packages 2004/11/22 06:03:48+10:30 com[tim]!mithro packages.cow7.diffs BKrev: 41a5c272IuQI7xqgYGRkklwBvdUGNw --- classes/package_ipk.oeclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'classes/package_ipk.oeclass') diff --git a/classes/package_ipk.oeclass b/classes/package_ipk.oeclass index 5ec1f82cdc..f680b1bca3 100644 --- a/classes/package_ipk.oeclass +++ b/classes/package_ipk.oeclass @@ -60,7 +60,6 @@ python package_ipk_install () { } python package_ipk_do_package_ipk () { - import copy # to back up env data import sys workdir = oe.data.getVar('WORKDIR', d, 1) @@ -96,8 +95,8 @@ python package_ipk_do_package_ipk () { return for pkg in packages.split(): - from copy import deepcopy - localdata = deepcopy(d) + localdata = {} + oe.data.linkDataSet(localdata,d) root = "%s/install/%s" % (workdir, pkg) oe.data.setVar('ROOT', '', localdata) -- cgit v1.2.3