From 523f22b938703b56a823fa9e9c577869669ddb82 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 25 May 2010 13:18:06 -0700 Subject: udev: Use udev.inc and add udevadm to udev pacakge instead of udev-utils * Main purpose of the patch was to fix the problem where udev-utils was needed to be in root file system just to get udevadm binary. So this binary is moved into udev package instead. * Use INC_PR for all except udev 151. * Use udev.inc in all recipes except udev 151. * All udev recipes built udev_151 and udev_124 runs fine too. * in udev_151 Add module-init-tools-depmod to RDEPENDS. Signed-off-by: Khem Raj --- recipes/udev/udev_092.bb | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'recipes/udev/udev_092.bb') diff --git a/recipes/udev/udev_092.bb b/recipes/udev/udev_092.bb index 48929d3559..3ed05d138c 100644 --- a/recipes/udev/udev_092.bb +++ b/recipes/udev/udev_092.bb @@ -3,21 +3,20 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." RPROVIDES_${PN} = "hotplug" -PR = "r25" - -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ - file://noasmlinkage.patch \ - file://flags.patch \ - file://udevsynthesize.patch \ - file://udevsynthesize.sh \ - file://arm_inotify_fix.patch \ - file://mtd-exclude-persistent.patch \ - file://mount.blacklist \ - " - require udev.inc -INITSCRIPT_PARAMS = "start 03 S ." +LD = "${CC}" + +PR = "${INC_PR}.0" + +SRC_URI += "file://noasmlinkage.patch;patch=1 \ + file://flags.patch;patch=1 \ + file://udevsynthesize.patch;patch=1 \ + file://udevsynthesize.sh \ + file://arm_inotify_fix.patch;patch=1 \ + file://mtd-exclude-persistent.patch;patch=1 \ + file://mount.blacklist \ + " FILES_${PN} += "${base_libdir}/udev/*" FILES_${PN}-dbg += "${base_libdir}/udev/.debug" -- cgit 1.2.3-korg