summaryrefslogtreecommitdiff
path: root/manufacturers/manufacturers_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'manufacturers/manufacturers_cvs.oe')
-rw-r--r--manufacturers/manufacturers_cvs.oe11
1 files changed, 0 insertions, 11 deletions
diff --git a/manufacturers/manufacturers_cvs.oe b/manufacturers/manufacturers_cvs.oe
deleted file mode 100644
index cf1a6d0b58..0000000000
--- a/manufacturers/manufacturers_cvs.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-SECTION = "base"
-DESCRIPTION = "Ethernet manufacturer database"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@vanille.de>"
-
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/etc"
-S = "${WORKDIR}/etc"
-
-do_install() {
- install -d ${D}/${sysconfdir}
- install -m 0644 manufacturers ${D}/${sysconfdir}/
-}