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
committerSaul Wold <sgw@linux.intel.com>2011-05-04 22:12:27 -0700
commit72567733033347b662d9baa07432985fd2da3efa (patch)
tree4e8eadc3bc714181d15625d57af42985ecdf27c9 /meta/recipes-core/udev/udev_145.bb
parent0a57bd226cdb8332707fa0f46fcf0b067f03701a (diff)
downloadopenembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.gz
Remove machine-specific metadata for machines no longer in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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 @@
RPROVIDES_${PN} = "hotplug"
-PR = "r10"
+PR = "r11"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://enable-gudev.patch;patch=1 \
file://run.rules \
"
-SRC_URI_append_h2200 = " file://50-hostap_cs.rules "
-PACKAGE_ARCH_h2200 = "h2200"
-
require udev.inc
INITSCRIPT_PARAMS = "start 03 S ."
@@ -56,7 +53,3 @@ do_install () {
install -d ${D}${base_libdir}/udev/
}
-do_install_append_h2200() {
- install -m 0644 ${WORKDIR}/50-hostap_cs.rules ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules
-}
-