Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
the hotplug package and requires a kernel not older than 2.6.12."
LICENSE = "GPLv2+"
-PR = "r9"
+PR = "r10"
# Untested
#DEFAULT_PREFERENCE = "-1"
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() {