mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
udev: Move machine specific parts into a separate extra package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4896 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,7 +11,6 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||
file://udevsynthesize.patch;patch=1 \
|
||||
file://udevsynthesize.sh \
|
||||
file://arm_inotify_fix.patch;patch=1 \
|
||||
file://mount.blacklist \
|
||||
"
|
||||
|
||||
SRC_URI_append_h2200 = " file://50-hostap_cs.rules "
|
||||
@@ -35,7 +34,6 @@ do_install () {
|
||||
|
||||
install -d ${D}${sysconfdir}/udev/rules.d/
|
||||
|
||||
install -m 0644 ${WORKDIR}/mount.blacklist ${D}${sysconfdir}/udev/
|
||||
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}/udev.rules ${D}${sysconfdir}/udev/rules.d/udev.rules
|
||||
|
||||
Reference in New Issue
Block a user