summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/udev/udev_084.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
commit5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch)
tree45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/udev/udev_084.bb
parent42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff)
downloadpoky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/udev/udev_084.bb')
-rw-r--r--openembedded/packages/udev/udev_084.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/packages/udev/udev_084.bb b/openembedded/packages/udev/udev_084.bb
index b5bf464250..904f73783c 100644
--- a/openembedded/packages/udev/udev_084.bb
+++ b/openembedded/packages/udev/udev_084.bb
@@ -1,3 +1,5 @@
1DEFAULT_PREFERENCE = "-1"
2
1DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ 3DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
2/dev/, handles hotplug events and loads drivers at boot time. It replaces \ 4/dev/, handles hotplug events and loads drivers at boot time. It replaces \
3the hotplug package and requires a kernel not older than 2.6.12." 5the hotplug package and requires a kernel not older than 2.6.12."
@@ -15,7 +17,9 @@ INITSCRIPT_PARAMS = "start 03 S . start 55 0 6 ."
15 17
16PR = "r1" 18PR = "r1"
17 19
20FILES_${PN} += "${base_libdir}"
18UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/" 21UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/"
22EXTRA_OEMAKE += "libudevdir=/lib/udev"
19 23
20do_install () { 24do_install () {
21 install -d ${D}${usrsbindir} \ 25 install -d ${D}${usrsbindir} \