aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/udev/udev_162.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb
index 90d66ce3b2..e3440653df 100644
--- a/recipes/udev/udev_162.bb
+++ b/recipes/udev/udev_162.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 = "r9"
+PR = "r10"
# Untested
#DEFAULT_PREFERENCE = "-1"
@@ -102,6 +102,10 @@ RDEPENDS_udev_append_poodle = " udev-compat"
do_unpack_append_poodle() {
bb.build.exec_func('do_apply_compat_wrapper', d)
}
+RDEPENDS_udev_append_palmpre = " udev-compat"
+do_unpack_append_palmpre() {
+ bb.build.exec_func('do_apply_compat_wrapper', d)
+}
# Modify init script on platforms that need to boot old kernels:
do_apply_compat_wrapper() {