summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev_145.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-04-21 14:32:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:29 +0100
commitcdf878387ad460f7c6b7a58dcc996918bcd07a0a (patch)
treeb8962ec003760b36fc1ead9c0a5ad38c0c4d0f4a /meta/recipes-core/udev/udev_145.bb
parent5331f471045459a496f829cb747447e8f196d26e (diff)
downloadpoky-cdf878387ad460f7c6b7a58dcc996918bcd07a0a.tar.gz
Remove machine-specific metadata for machines no longer in oe-core
(From OE-Core rev: 72567733033347b662d9baa07432985fd2da3efa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev_145.bb')
-rw-r--r--meta/recipes-core/udev/udev_145.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-core/udev/udev_145.bb b/meta/recipes-core/udev/udev_145.bb
index fde5050b5b..becef04706 100644
--- a/meta/recipes-core/udev/udev_145.bb
+++ b/meta/recipes-core/udev/udev_145.bb
@@ -1,15 +1,12 @@
1RPROVIDES_${PN} = "hotplug" 1RPROVIDES_${PN} = "hotplug"
2 2
3PR = "r10" 3PR = "r11"
4 4
5SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ 5SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
6 file://enable-gudev.patch;patch=1 \ 6 file://enable-gudev.patch;patch=1 \
7 file://run.rules \ 7 file://run.rules \
8 " 8 "
9 9
10SRC_URI_append_h2200 = " file://50-hostap_cs.rules "
11PACKAGE_ARCH_h2200 = "h2200"
12
13require udev.inc 10require udev.inc
14 11
15INITSCRIPT_PARAMS = "start 03 S ." 12INITSCRIPT_PARAMS = "start 03 S ."
@@ -56,7 +53,3 @@ do_install () {
56 install -d ${D}${base_libdir}/udev/ 53 install -d ${D}${base_libdir}/udev/
57} 54}
58 55
59do_install_append_h2200() {
60 install -m 0644 ${WORKDIR}/50-hostap_cs.rules ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules
61}
62