Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / udev / udev_008.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \
4 /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
5
6 SRC_URI = http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
7           file://${FILESDIR}/flags.patch;patch=1
8
9 bindir = "/bin"
10 sbindir = "/sbin"
11 libdir = "/lib"
12 EXTRA_OEMAKE_append = " 'prefix=${prefix}' \
13                 'exec_prefix=${prefix}' \
14                 'etcdir=${sysconfdir}' \
15                 'sbindir=${sbindir}' \
16                 'mandir=${mandir}' \
17                 'hotplugdir=${sysconfdir}/hotplug.d/default' \
18                 'configdir=${sysconfdir}/udev/'"
19 export LD=${CC}
20
21 do_install () {
22         oe_runmake 'DESTDIR=${D}' install
23 }