aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-extraconf_0.0.bb
blob: 624f57e6e1cc4fc722cd3c83f21f1340c1a32a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Extra machine specific configuration files"
LICENSE = "GPLv2"

PR = "r0"

SRC_URI = "file://mount.blacklist"

do_install () {
	install -d ${D}${sysconfdir}/udev/

	install -m 0644 ${WORKDIR}/mount.blacklist     ${D}${sysconfdir}/udev/
}