udev 151: follow debian/fedora and use /lib/udev as libexecdir. This fixes packages...
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Mar 2010 14:39:33 +0000 (15:39 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Mar 2010 16:19:37 +0000 (17:19 +0100)
recipes/udev/udev_151.bb

index 169d3c5..88ff19f 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 = "r7"
+PR = "r8"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"
@@ -51,6 +51,8 @@ EXTRA_OECONF += " --with-udev-prefix= \
                   ac_cv_file__usr_share_hwdata_pci_ids=no \
                   ac_cv_file__usr_share_misc_pci_ids=no \
                   --sbindir=${base_sbindir} \
+                  --libexecdir=${base_libdir}/udev \
+                  --with-rootlibdir=${base_libdir} \
 "
 
 INITSCRIPT_NAME = "udev"