aboutsummaryrefslogtreecommitdiffstats
path: root/netbase
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-01 00:44:57 +0000
committerChris Larson <clarson@kergoth.com>2004-07-01 00:44:57 +0000
commit3abb2b2ab999f428c9e8f1215cf393eea8589e9f (patch)
tree9497333c4ee67255d53f715aedef7b0098574e41 /netbase
parentb86cd133209a4c9cbcba168444258f76b9dee966 (diff)
downloadopenembedded-3abb2b2ab999f428c9e8f1215cf393eea8589e9f.tar.gz
Merges.
2004/06/30 19:43:22-05:00 (none)!kergoth Clean up SRC_URI and remove oe_machinstall usage per the recent FILESPATH change. BKrev: 40e35e89nLvooGCio5W-357_SZU3iA
Diffstat (limited to 'netbase')
-rw-r--r--netbase/netbase_4.17.oe9
1 files changed, 1 insertions, 8 deletions
diff --git a/netbase/netbase_4.17.oe b/netbase/netbase_4.17.oe
index 61830a3461..071e6ccdda 100644
--- a/netbase/netbase_4.17.oe
+++ b/netbase/netbase_4.17.oe
@@ -11,13 +11,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
file://options \
file://init \
file://hosts \
- file://epia/interfaces \
- file://collie/interfaces \
- file://husky/interfaces \
- file://boxer/interfaces \
- file://shepherd/interfaces \
- file://poodle/interfaces \
- file://corgi/interfaces \
file://interfaces"
do_install () {
@@ -36,5 +29,5 @@ do_install () {
install -m 0644 etc-services ${D}/${sysconfdir}/services
install -m 0755 update-inetd ${D}/${sbindir}/
install -m 0644 update-inetd.8 ${D}/${mandir}/man8/
- oe_machinstall -m 0644 ${WORKDIR}/interfaces ${D}/${sysconfdir}/network/interfaces
+ install -m 0644 ${WORKDIR}/interfaces ${D}/${sysconfdir}/network/interfaces
}