diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-28 21:30:11 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-28 21:30:11 +0100 |
commit | a02570c1ce80a173563730880f35931d6cbccfcc (patch) | |
tree | d40c6569b152af29acf0a65ed1c319e89c7024fe /packages/hal/hal_0.5.11.bb | |
parent | 221a8e7b86256299ea4d8d51ceb2c9d14d0d8935 (diff) |
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
Diffstat (limited to 'packages/hal/hal_0.5.11.bb')
-rw-r--r-- | packages/hal/hal_0.5.11.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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" |