mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
udev: Package and stage libvolume-id as required by HAL
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@888 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
|
||||
the hotplug package and requires a kernel not older than 2.6.12."
|
||||
RPROVIDES = "hotplug"
|
||||
|
||||
PR = "r11"
|
||||
PR = "r12"
|
||||
|
||||
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||
file://noasmlinkage.patch;patch=1 \
|
||||
@@ -24,7 +24,7 @@ INITSCRIPT_PARAMS = "start 03 S ."
|
||||
FILES_${PN} += "${base_libdir}/udev/*"
|
||||
FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
|
||||
UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/"
|
||||
EXTRA_OEMAKE += "libudevdir=/lib/udev"
|
||||
EXTRA_OEMAKE += "libudevdir=/lib/udev libdir=${base_libdir} prefix="
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${usrsbindir} \
|
||||
|
||||
Reference in New Issue
Block a user