diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-27 21:22:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-28 10:16:29 +0100 |
commit | 6d81ef0477dea8936fb97f70c90509dca99f9365 (patch) | |
tree | 5c83d970a4763e851acec13c95ea6d82912eeacb | |
parent | 7a2724f28265cc223d692533e174504437e2faa0 (diff) |
udev: Update recipes to package up local.rules.
-rw-r--r-- | recipes/udev/udev_124.bb | 1 | ||||
-rw-r--r-- | recipes/udev/udev_141.bb | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/recipes/udev/udev_124.bb b/recipes/udev/udev_124.bb index 834a70a6e1..9477c55ab9 100644 --- a/recipes/udev/udev_124.bb +++ b/recipes/udev/udev_124.bb @@ -13,6 +13,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://mount.blacklist \ file://run.rules \ file://default \ + file://local.rules \ " SRC_URI_append_h2200 = " file://50-hostap_cs.rules " diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb index 13b380855d..a0e0381549 100644 --- a/recipes/udev/udev_141.bb +++ b/recipes/udev/udev_141.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" # Untested DEFAULT_PREFERENCE = "-1" -PR = "r12" +PR = "r13" # needed for init.d script RDEPENDS_${PN} += "udev-utils" @@ -105,7 +105,3 @@ do_stage_append() { oe_libinstall -C extras/volume_id/lib -so libvolume_id ${STAGING_LIBDIR} oe_libinstall -C udev/lib -so libudev ${STAGING_LIBDIR} } - - - - |