mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +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:
@@ -14,10 +14,11 @@ SRC_URI += " \
|
||||
|
||||
UDEV_DEVFS_RULES ?= "0"
|
||||
|
||||
PACKAGES =+ "udev-utils"
|
||||
PACKAGES =+ "udev-utils libvolume-id"
|
||||
FILES_udev-utils = "${usrbindir}/udevinfo ${usrbindir}/udevtest"
|
||||
FILES_libvolume-id = "${base_libdir}/libvolume_id.so.*"
|
||||
|
||||
inherit update-rc.d
|
||||
inherit update-rc.d autotools pkgconfig
|
||||
|
||||
INITSCRIPT_NAME = "udev"
|
||||
INITSCRIPT_PARAMS = "start 04 S ."
|
||||
@@ -60,3 +61,7 @@ do_install () {
|
||||
install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh
|
||||
install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user