mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
udev-extra-rules: add mount.blacklist to CONFFILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
|||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
file://automount.rules \
|
file://automount.rules \
|
||||||
@@ -17,7 +17,7 @@ SRC_URI = " \
|
|||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${sysconfdir}/udev/rules.d
|
install -d ${D}${sysconfdir}/udev/rules.d
|
||||||
|
|
||||||
install -m 0644 ${WORKDIR}/automount.rules ${D}${sysconfdir}/udev/rules.d/automount.rules
|
install -m 0644 ${WORKDIR}/automount.rules ${D}${sysconfdir}/udev/rules.d/automount.rules
|
||||||
install -m 0644 ${WORKDIR}/autonet.rules ${D}${sysconfdir}/udev/rules.d/autonet.rules
|
install -m 0644 ${WORKDIR}/autonet.rules ${D}${sysconfdir}/udev/rules.d/autonet.rules
|
||||||
@@ -33,3 +33,4 @@ do_install() {
|
|||||||
|
|
||||||
FILES_${PN} = "${sysconfdir}/udev"
|
FILES_${PN} = "${sysconfdir}/udev"
|
||||||
RDEPENDS_${PN} = "udev"
|
RDEPENDS_${PN} = "udev"
|
||||||
|
CONFFILES_${PN} = "${sysconfdir}/udev/mount.blacklist"
|
||||||
|
|||||||
Reference in New Issue
Block a user