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 --- misc-binary-only/tda1004x-firmware.oe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc-binary-only') diff --git a/misc-binary-only/tda1004x-firmware.oe b/misc-binary-only/tda1004x-firmware.oe index 9c494ff584..ffd72c31f0 100644 --- a/misc-binary-only/tda1004x-firmware.oe +++ b/misc-binary-only/tda1004x-firmware.oe @@ -5,9 +5,10 @@ SRC_URI = "http://hauppauge.lightpath.net/de/nova-pci216.exe" FILES_${PN} = '*' python do_unpack() { - import re, copy + import re - localdata = copy.deepcopy(d) + localdata = {} + oe.data.linkDataSet(localdata,d) overrides = oe.data.getVar('OVERRIDES', localdata, 1) if not overrides: raise oe.build.FuncFailed('OVERRIDES not defined') -- cgit v1.2.3