diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/udev/udev_084.bb | |
parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
download | poky-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.bb | 4 |
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 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | ||
2 | |||
1 | DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ | 3 | DESCRIPTION = "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 \ |
3 | the hotplug package and requires a kernel not older than 2.6.12." | 5 | the 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 | ||
16 | PR = "r1" | 18 | PR = "r1" |
17 | 19 | ||
20 | FILES_${PN} += "${base_libdir}" | ||
18 | UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/" | 21 | UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/" |
22 | EXTRA_OEMAKE += "libudevdir=/lib/udev" | ||
19 | 23 | ||
20 | do_install () { | 24 | do_install () { |
21 | install -d ${D}${usrsbindir} \ | 25 | install -d ${D}${usrsbindir} \ |