summaryrefslogtreecommitdiff
path: root/netbase
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /netbase
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'netbase')
-rw-r--r--netbase/netbase_4.19.bb0
-rw-r--r--netbase/netbase_4.19.oe37
2 files changed, 0 insertions, 37 deletions
diff --git a/netbase/netbase_4.19.bb b/netbase/netbase_4.19.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/netbase/netbase_4.19.bb
diff --git a/netbase/netbase_4.19.oe b/netbase/netbase_4.19.oe
deleted file mode 100644
index 622f9a5fd8..0000000000
--- a/netbase/netbase_4.19.oe
+++ /dev/null
@@ -1,37 +0,0 @@
-SECTION = "base"
-DESCRIPTION = "This package provides the necessary \
-infrastructure for basic TCP/IP based networking."
-LICENSE = "GPL"
-PR = "r2"
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "networking"
-INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ."
-
-SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
- file://options \
- file://init \
- file://hosts \
- file://interfaces"
-
-do_install () {
- install -d ${D}/${sysconfdir}/init.d \
- ${D}/${sbindir} \
- ${D}/${mandir}/man8 \
- ${D}/${sysconfdir}/network/if-pre-up.d \
- ${D}/${sysconfdir}/network/if-up.d \
- ${D}/${sysconfdir}/network/if-down.d \
- ${D}/${sysconfdir}/network/if-post-down.d
- install -m 0644 ${WORKDIR}/options ${D}/${sysconfdir}/network/options
- install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/networking
- install -m 0644 ${WORKDIR}/hosts ${D}/${sysconfdir}/hosts
- install -m 0644 etc-rpc ${D}/${sysconfdir}/rpc
- install -m 0644 etc-protocols ${D}/${sysconfdir}/protocols
- install -m 0644 etc-services ${D}/${sysconfdir}/services
- install -m 0755 update-inetd ${D}/${sbindir}/
- install -m 0644 update-inetd.8 ${D}/${mandir}/man8/
- install -m 0644 ${WORKDIR}/interfaces ${D}/${sysconfdir}/network/interfaces
-}
-
-CONFFILES_${PN}_nylon = "${sysconfdir}/network/options ${sysconfdir}/hosts ${sysconfdir}/network/interfaces"