udev-162: add udev-compat configuration for palmpre machine
authorSimon Busch <morphis@amethyst.openembedded.net>
Fri, 28 Jan 2011 15:22:33 +0000 (16:22 +0100)
committerSimon Busch <morphis@amethyst.openembedded.net>
Fri, 28 Jan 2011 16:39:10 +0000 (17:39 +0100)
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
recipes/udev/udev_162.bb

index 90d66ce..e344065 100644 (file)
@@ -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() {