aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_151.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-04 18:02:20 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-05 06:52:42 -0700
commit7e47751d5d5d354a945fcaa120b8fff0dd07ce6f (patch)
tree396203b09be80eb86bc3ca725b60599ffafb9433 /recipes/udev/udev_151.bb
parentdf9cb262d95bacb06192dcf69b303e4088557832 (diff)
downloadopenembedded-7e47751d5d5d354a945fcaa120b8fff0dd07ce6f.tar.gz
udev_151: Make it work with uclibc.
* This only works with uclibc-git version at the moment. These two patch should not be needed as well once uclibc patches which adds lutimes and defines le16toh are committed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/udev/udev_151.bb')
-rw-r--r--recipes/udev/udev_151.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index 9bf0872b8a..13f3a02a0a 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -3,7 +3,7 @@ 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."
LICENSE = "GPLv2+"
-PR = "r11"
+PR = "r12"
# Untested
DEFAULT_PREFERENCE = "-1"
@@ -13,6 +13,8 @@ DEPENDS = "gperf-native usbutils acl glib-2.0"
RDEPENDS_${PN} += "module-init-tools-depmod udev-utils"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
+ file://udev-replace-le16toh.patch \
+ file://udev-replace-lutimes.patch \
file://mount.blacklist \
file://run.rules \
"