aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_141.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/udev/udev_141.bb')
-rw-r--r--recipes/udev/udev_141.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb
index d1fee30d18..55ccb23f85 100644
--- a/recipes/udev/udev_141.bb
+++ b/recipes/udev/udev_141.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
/dev/, handles hotplug events and loads drivers at boot time. It replaces \
the hotplug package and requires a kernel not older than 2.6.12."
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
# Untested
DEFAULT_PREFERENCE = "-1"
@@ -115,6 +115,11 @@ do_install_append_bug() {
install -m 0644 ${WORKDIR}/bmi_eventpipe.sh ${D}${sysconfdir}/udev/scripts/bmi_eventpipe.sh
}
+do_install_append_hipox() {
+ # we don't like persistent net if rules at hipox machine
+ rm -f ${D}${sysconfdir}/udev/rules.d/75-persistent-net-generator.rules
+}
+
# Create the cache after checkroot has run
pkg_postinst_${PN}_append() {
update-rc.d $OPT udev-cache start 12 S .