diff options
Diffstat (limited to 'recipes/udev')
-rw-r--r-- | recipes/udev/udev_151.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index 169d3c5035..88ff19ffe7 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 = "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" |