diff options
author | Tim Ansell <mithro@mithis.com> | 2004-11-25 11:30:58 +0000 |
---|---|---|
committer | Tim Ansell <mithro@mithis.com> | 2004-11-25 11:30:58 +0000 |
commit | 9918acbe5451abe65b61363ce851b8b16e653062 (patch) | |
tree | 8784aa5795d0b756fb4a5930bcb173ba35e1f195 /misc-binary-only/tda1004x-firmware.oe | |
parent | 2220f0ca2b02a634cad48d563996fbde726f5e69 (diff) |
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
Diffstat (limited to 'misc-binary-only/tda1004x-firmware.oe')
-rw-r--r-- | misc-binary-only/tda1004x-firmware.oe | 5 |
1 files changed, 3 insertions, 2 deletions
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') |