diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 11:54:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 11:54:50 +0000 |
commit | 816ba5333d871c38d6b58e55eafda7ed827a99b1 (patch) | |
tree | f60ddf2ad6dff0b5179c60b7d01746e02f258c56 /misc-binary-only | |
parent | 9918acbe5451abe65b61363ce851b8b16e653062 (diff) |
Unapply mithro's packages.cow7.diffs cset.
BKrev: 41a5c80aodDISNWzsp_eYlw7hpu1Gw
Diffstat (limited to 'misc-binary-only')
-rw-r--r-- | misc-binary-only/tda1004x-firmware.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc-binary-only/tda1004x-firmware.oe b/misc-binary-only/tda1004x-firmware.oe index ffd72c31f0..9c494ff584 100644 --- a/misc-binary-only/tda1004x-firmware.oe +++ b/misc-binary-only/tda1004x-firmware.oe @@ -5,10 +5,9 @@ SRC_URI = "http://hauppauge.lightpath.net/de/nova-pci216.exe" FILES_${PN} = '*' python do_unpack() { - import re + import re, copy - localdata = {} - oe.data.linkDataSet(localdata,d) + localdata = copy.deepcopy(d) overrides = oe.data.getVar('OVERRIDES', localdata, 1) if not overrides: raise oe.build.FuncFailed('OVERRIDES not defined') |