]> code.ossystems Code Review - openembedded-core.git/commitdiff
Make hal 0.5.9 build
authorRoss Burton <ross@openedhand.com>
Tue, 3 Apr 2007 09:48:33 +0000 (09:48 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 3 Apr 2007 09:48:33 +0000 (09:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1425 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/hal/files/autoconf.diff [new file with mode: 0644]
meta/packages/hal/hal_0.5.9.bb

diff --git a/meta/packages/hal/files/autoconf.diff b/meta/packages/hal/files/autoconf.diff
new file mode 100644 (file)
index 0000000..eb30ccc
--- /dev/null
@@ -0,0 +1,11 @@
+--- hal-0.5.9/configure.in~    2007-04-03 05:36:44.000000000 +0100
++++ hal-0.5.9/configure.in     2007-04-03 10:29:39.000000000 +0100
+@@ -6,7 +6,7 @@
+ # Patches for that is welcome.
+ #
+-AC_PREREQ(2.59c)
++AC_PREREQ(2.59)
+ AC_INIT(hal, 0.5.9, david@fubar.dk)
+ AM_INIT_AUTOMAKE(hal, 0.5.9)
+ AM_CONFIG_HEADER(config.h)
index 67298c2f69409166706658f6a214bc7d8e9818f3..2e8ffd96e1cdbd02092a5d5adc3cb82211677ea5 100644 (file)
@@ -11,6 +11,7 @@ RRECOMMENDS = "udev-utils"
 PR = "r1"
 
 SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \
+        file://autoconf.diff;patch=1 \
         file://99_hal"
 
 S = "${WORKDIR}/hal-${PV}"