[oe-commits] Michael 'Mickey' Lauer : netbase: debian mirrors no longer carry this, change SRC_URI

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:15:12 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Feb 23 12:02:57 2009 +0100

netbase: debian mirrors no longer carry this, change SRC_URI

---

 packages/netbase/netbase_4.21.bb |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/packages/netbase/netbase_4.21.bb b/packages/netbase/netbase_4.21.bb
index fd0fb6d..dbe1755 100644
--- a/packages/netbase/netbase_4.21.bb
+++ b/packages/netbase/netbase_4.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r31"
+PR = "r0"
 
 inherit update-rc.d
 
@@ -16,15 +16,17 @@ INITSCRIPT_PARAMS_openmn = "start 85 1 2 3 4 5 . stop 85 0 6 1 ."
 # Do not stop in single user - there's no way to sulogin!
 INITSCRIPT_PARAMS_slugos = "start 42 S 0 6 ."
 
-SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
-           file://options \
-           file://init \
-           file://hosts \
-           file://interfaces \
-           file://if-pre-up.d \
-           file://if-up.d \
-           file://if-down.d \
-           file://if-post-down.d"
+SRC_URI = "\
+  http://developer.irexnet.com/pub/iOn/Sources/1.0/Third%20party/all/netbase-${PV}.tar.gz \
+  file://options \
+  file://init \
+  file://hosts \
+  file://interfaces \
+  file://if-pre-up.d \
+  file://if-up.d \
+  file://if-down.d \
+  file://if-post-down.d \
+"
 
 do_install () {
 	install -d ${D}${sysconfdir}/init.d





More information about the Openembedded-commits mailing list