[oe-commits] Koen Kooi : hal 0.5.12: fix libblkid versioning

git version control git at git.openembedded.org
Tue Jul 21 10:40:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26f1c0270426754527864657dfcf90ba30c2c23d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26f1c0270426754527864657dfcf90ba30c2c23d

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jul 21 12:28:17 2009 +0200

hal 0.5.12: fix libblkid versioning

---

 recipes/hal/hal_0.5.12.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/hal/hal_0.5.12.bb b/recipes/hal/hal_0.5.12.bb
index b6531e8..3edb332 100644
--- 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}





More information about the Openembedded-commits mailing list