aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-static_124.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-25 13:18:06 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-25 20:19:28 -0700
commit523f22b938703b56a823fa9e9c577869669ddb82 (patch)
tree3ba62781507827970ed49ecf6e884da3afd057b3 /recipes/udev/udev-static_124.bb
parent6fe7cef27069415f2eba36bc640cf59013d4979b (diff)
downloadopenembedded-523f22b938703b56a823fa9e9c577869669ddb82.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes/udev/udev-static_124.bb')
-rw-r--r--recipes/udev/udev-static_124.bb19
1 files changed, 11 insertions, 8 deletions
diff --git a/recipes/udev/udev-static_124.bb b/recipes/udev/udev-static_124.bb
index bcd3138fdb..7348a6ca63 100644
--- a/recipes/udev/udev-static_124.bb
+++ b/recipes/udev/udev-static_124.bb
@@ -1,15 +1,18 @@
DESCRIPTION = "Static version of udev for devices with an old (e.g. <2.6.27) kernel"
-SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
- file://noasmlinkage.patch \
- file://flags.patch \
- file://vol_id_ld.patch \
- file://udevtrigger_add_devname_filtering.patch \
- file://libvolume-id-soname.patch \
- file://mtd-exclude-persistent.patch \
+require udev.inc
+
+SRC_URI += "file://noasmlinkage.patch \
+ file://flags.patch \
+ file://vol_id_ld.patch \
+ file://udevtrigger_add_devname_filtering.patch \
+ file://libvolume-id-soname.patch \
+ file://mtd-exclude-persistent.patch \
"
-require udev.inc
+PR = "${INC_PR}.0"
+
+LD = "${CC}"
S = "${WORKDIR}/udev-${PV}"