From a02570c1ce80a173563730880f35931d6cbccfcc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 28 Oct 2008 21:30:11 +0100 Subject: hal_0.5.11: Move back to the hal directory and make it default for Openmoko hal 0.5.11 is fixing many, many, many memory leaks and is required if someone wants to have the device powered on for more than two days. I heavily encourage other distributions to switch as well. I can not see the autoreconf errors mentioned in koen's move a765a58dfd410eef8147e2e6ad1d0e4cef922c58 he is free to send them to me. I'm using tmp/staging/i686-linux/usr/bin/autoreconf --version autoreconf (GNU Autoconf) 2.61 --- conf/distro/include/preferred-om-2008-versions.inc | 2 +- packages/hal/hal_0.5.11.bb | 4 ++++ packages/nonworking/hal/hal_0.5.11.bb | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 packages/hal/hal_0.5.11.bb delete mode 100644 packages/nonworking/hal/hal_0.5.11.bb diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include/preferred-om-2008-versions.inc index 3d3c3858e0..43bdc8f259 100644 --- a/conf/distro/include/preferred-om-2008-versions.inc +++ b/conf/distro/include/preferred-om-2008-versions.inc @@ -648,7 +648,7 @@ PREFERRED_VERSION_gvim ?= "7.0" PREFERRED_VERSION_gweled ?= "0.5" PREFERRED_VERSION_gxine ?= "0.4.1enhanced" PREFERRED_VERSION_gzip ?= "1.3.5" -PREFERRED_VERSION_hal ?= "0.5.9" +PREFERRED_VERSION_hal ?= "0.5.11" PREFERRED_VERSION_hal-info ?= "20080508" PREFERRED_VERSION_haserl ?= "0.8.0" PREFERRED_VERSION_havp ?= "0.86" diff --git a/packages/hal/hal_0.5.11.bb b/packages/hal/hal_0.5.11.bb new file mode 100644 index 0000000000..5408756510 --- /dev/null +++ b/packages/hal/hal_0.5.11.bb @@ -0,0 +1,4 @@ +require hal.inc + +SRC_URI += " file://hal-right-input-h.patch;patch=1" +EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" diff --git a/packages/nonworking/hal/hal_0.5.11.bb b/packages/nonworking/hal/hal_0.5.11.bb deleted file mode 100644 index 5408756510..0000000000 --- a/packages/nonworking/hal/hal_0.5.11.bb +++ /dev/null @@ -1,4 +0,0 @@ -require hal.inc - -SRC_URI += " file://hal-right-input-h.patch;patch=1" -EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" -- cgit v1.2.3