git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0e27e
)
udev 151: follow debian/fedora and use /lib/udev as libexecdir. This fixes packages...
author
Koen Kooi
<koen@openembedded.org>
Thu, 25 Mar 2010 14:39:33 +0000
(15:39 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 25 Mar 2010 16:19:37 +0000
(17:19 +0100)
recipes/udev/udev_151.bb
patch
|
blob
|
history
diff --git
a/recipes/udev/udev_151.bb
b/recipes/udev/udev_151.bb
index
169d3c5
..
88ff19f
100644
(file)
--- 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 = "r
7
"
+PR = "r
8
"
# 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"