[oe-commits] Eric Bénard : tda1004x-firmware: fix SRC_URI

git version control git at git.openembedded.org
Mon Dec 20 23:28:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9ccac5675be46cf823d3ca9c266efd768c2e769
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9ccac5675be46cf823d3ca9c266efd768c2e769

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Dec 20 22:59:42 2010 +0100

tda1004x-firmware: fix SRC_URI

ERROR: tda1004x-firmware-1.0: http://hauppauge.lightpath.net/de/nova-pci218c.exe cannot check archive integrity

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/misc-binary-only/tda1004x-firmware.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/misc-binary-only/tda1004x-firmware.bb b/recipes/misc-binary-only/tda1004x-firmware.bb
index d862e9e..0e32d22 100644
--- a/recipes/misc-binary-only/tda1004x-firmware.bb
+++ b/recipes/misc-binary-only/tda1004x-firmware.bb
@@ -1,7 +1,7 @@
 SECTION = "base"
 do_unpack[depends] += "unzip-native:do_populate_sysroot"
 
-SRC_URI = "http://hauppauge.lightpath.net/de/nova-pci218c.exe"
+SRC_URI = "ftp://ftp.lucky.net/pub/sat/dvdnavas/nova-pci218c.exe"
 FILES_${PN} = '*'
 
 python do_unpack() {





More information about the Openembedded-commits mailing list