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:
138ab7b
)
hal 0.5.12: fix libblkid versioning
author
Koen Kooi
<koen@openembedded.org>
Tue, 21 Jul 2009 10:28:17 +0000
(12:28 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 21 Jul 2009 10:28:17 +0000
(12:28 +0200)
recipes/hal/hal_0.5.12.bb
patch
|
blob
|
history
diff --git
a/recipes/hal/hal_0.5.12.bb
b/recipes/hal/hal_0.5.12.bb
index
b6531e8
..
3edb332
100644
(file)
--- a/
recipes/hal/hal_0.5.12.bb
+++ b/
recipes/hal/hal_0.5.12.bb
@@
-2,9
+2,12
@@
require hal.inc
DEFAULT_PREFERENCE = "-1"
+PR = "r1"
+
# The following code finds the right linux/input.h,
# which also works with external-toolchain/SDK
do_configure() {
+ sed -i -e s:1.43:1.41:g ${S}/configure.in
linux_input_h=`echo "#include <linux/input.h>" | ${CPP} - | \
grep "linux\/input.h" | head -n 1 | awk -F '"' '{print $2}'`
autotools_do_configure --with-linux-input-header=${linux_input_h}