From b7d44d5dcf9cfab6376c68f7dd17f283597d94a0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 21 Jul 2009 12:30:22 +0200 Subject: hal: update to 0.5.13 --- recipes/hal/hal_0.5.13.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/hal/hal_0.5.13.bb (limited to 'recipes/hal') diff --git a/recipes/hal/hal_0.5.13.bb b/recipes/hal/hal_0.5.13.bb new file mode 100644 index 0000000000..c5d9f65c2c --- /dev/null +++ b/recipes/hal/hal_0.5.13.bb @@ -0,0 +1,12 @@ +require hal.inc + +DEFAULT_PREFERENCE = "-1" + +# 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 " | ${CPP} - | \ + grep "linux\/input.h" | head -n 1 | awk -F '"' '{print $2}'` + autotools_do_configure --with-linux-input-header=${linux_input_h} +} -- cgit v1.2.3