diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-12 20:51:18 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-12 20:51:18 +0000 |
commit | 1167fe35a22236c31fdd4fe12168b7b9b971d7c6 (patch) | |
tree | 2ad849a833ba81745df51ed9c7a2ff9c8e5c5d59 /udev/udev_019.oe | |
parent | 3ccd0e83163aa64af911078144c6d27752dea36c (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_019.oe')
-rw-r--r-- | udev/udev_019.oe | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/udev/udev_019.oe b/udev/udev_019.oe deleted file mode 100644 index 85c5afffcd..0000000000 --- a/udev/udev_019.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" - -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/'" -export LD = "${CC}" - -do_install () { - oe_runmake 'DESTDIR=${D}' install -} |