summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-extraconf_0.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-07-30 17:03:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 14:08:35 +0100
commit0cc01a67f1c0bf1bff491c9c644348d6be318a72 (patch)
tree2c090dc35a587707b0944162cd265a4c7574b4e9 /meta/recipes-core/udev/udev-extraconf_0.0.bb
parentc5003a45d9c54a7a6d1c78799b8c2e3962cf1e52 (diff)
downloadpoky-0cc01a67f1c0bf1bff491c9c644348d6be318a72.tar.gz
udev-extraconf: Merge with udev-extra-rules from meta-oe
* Move parts of local.rules from udev to udev-extraconf * Move mount.sh and network.sh to udev-extraconf along with rule fragments * Add mount.blacklist to CONFFILES * Change PV to 1.0 and bump PR to provide upgrade path from meta-oe's udev-extra-rules including RREPLACE/RPROVIDES/RCONFLICTS trio (From OE-Core rev: 0ca3a7823e97c4e4af6e89d852f98d29ed6193d7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev-extraconf_0.0.bb')
-rw-r--r--meta/recipes-core/udev/udev-extraconf_0.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf_0.0.bb b/meta/recipes-core/udev/udev-extraconf_0.0.bb
deleted file mode 100644
index d0d0e84276..0000000000
--- a/meta/recipes-core/udev/udev-extraconf_0.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "Extra machine specific configuration files"
2DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information."
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
5
6PR = "r2"
7
8SRC_URI = "file://mount.blacklist \
9 file://COPYING.GPL"
10
11do_install () {
12 install -d ${D}${sysconfdir}/udev/
13
14 install -m 0644 ${WORKDIR}/mount.blacklist ${D}${sysconfdir}/udev/
15}