summaryrefslogtreecommitdiff
path: root/packages/netbase
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-23 12:02:57 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-23 12:02:57 +0100
commited1d18ed62f0f9a8cdb3d3daabd9e47cae410d40 (patch)
tree9521255f56fdac0bca81f215f62bfa3001deaf94 /packages/netbase
parent33d49cc3446a7db8338b6c5ac4bb6b3fe9809695 (diff)
netbase: debian mirrors no longer carry this, change SRC_URI
Diffstat (limited to 'packages/netbase')
-rw-r--r--packages/netbase/netbase_4.21.bb22
1 files changed, 12 insertions, 10 deletions
diff --git a/packages/netbase/netbase_4.21.bb b/packages/netbase/netbase_4.21.bb
index fd0fb6dac2..dbe1755a97 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