mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
udev-141: Add missing udev rules
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,9 +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."
|
the hotplug package and requires a kernel not older than 2.6.12."
|
||||||
RPROVIDES_${PN} = "hotplug"
|
RPROVIDES_${PN} = "hotplug"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
#DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||||
file://noasmlinkage.patch;patch=1 \
|
file://noasmlinkage.patch;patch=1 \
|
||||||
@@ -18,8 +16,6 @@ PACKAGE_ARCH_h2200 = "h2200"
|
|||||||
|
|
||||||
require udev.inc
|
require udev.inc
|
||||||
|
|
||||||
#DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
INITSCRIPT_PARAMS = "start 03 S ."
|
INITSCRIPT_PARAMS = "start 03 S ."
|
||||||
|
|
||||||
FILES_${PN} += "${base_libdir}/udev/*"
|
FILES_${PN} += "${base_libdir}/udev/*"
|
||||||
@@ -41,6 +37,7 @@ do_install () {
|
|||||||
install -d ${D}${sysconfdir}/udev/rules.d/
|
install -d ${D}${sysconfdir}/udev/rules.d/
|
||||||
|
|
||||||
cp ${S}/rules/rules.d/* ${D}${sysconfdir}/udev/rules.d/
|
cp ${S}/rules/rules.d/* ${D}${sysconfdir}/udev/rules.d/
|
||||||
|
cp ${S}/rules/packages/* ${D}${sysconfdir}/udev/rules.d/
|
||||||
install -m 0644 ${WORKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/local.rules
|
install -m 0644 ${WORKDIR}/local.rules ${D}${sysconfdir}/udev/rules.d/local.rules
|
||||||
#install -m 0644 ${WORKDIR}/permissions.rules ${D}${sysconfdir}/udev/rules.d/permissions.rules
|
#install -m 0644 ${WORKDIR}/permissions.rules ${D}${sysconfdir}/udev/rules.d/permissions.rules
|
||||||
#install -m 0644 ${WORKDIR}/run.rules ${D}${sysconfdir}/udev/rules.d/run.rules
|
#install -m 0644 ${WORKDIR}/run.rules ${D}${sysconfdir}/udev/rules.d/run.rules
|
||||||
|
|||||||
Reference in New Issue
Block a user