summaryrefslogtreecommitdiff
path: root/udev/udev_007.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-04-12 20:51:18 +0000
committerChris Larson <clarson@kergoth.com>2004-04-12 20:51:18 +0000
commit1167fe35a22236c31fdd4fe12168b7b9b971d7c6 (patch)
tree2ad849a833ba81745df51ed9c7a2ff9c8e5c5d59 /udev/udev_007.oe
parent3ccd0e83163aa64af911078144c6d27752dea36c (diff)
Add udev 024, and yank the previous versions. If for some reason someone needs them, unrm them.
BKrev: 407b0146qGhMfrzt89CYnvQJyr2q7A
Diffstat (limited to 'udev/udev_007.oe')
-rw-r--r--udev/udev_007.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/udev/udev_007.oe b/udev/udev_007.oe
deleted file mode 100644
index 0a756676c7..0000000000
--- a/udev/udev_007.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-DEPENDS = "virtual/libc"
-DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \
-/dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
-
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
- file://${FILESDIR}/flags.patch;patch=1 \
- file://${FILESDIR}/limits.patch;patch=1"
-
-bindir = "/bin"
-sbindir = "/sbin"
-libdir = "/lib"
-EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
- 'exec_prefix=${prefix}' \
- 'etcdir=${sysconfdir}' \
- 'sbindir=${sbindir}' \
- 'mandir=${mandir}' \
- 'hotplugdir=${sysconfdir}/hotplug.d/default' \
- 'configdir=${sysconfdir}/udev/'"
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' install
-}