Make hal 0.5.9 build

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1425 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-04-03 09:48:33 +00:00
parent 064c7e9fe9
commit c70cfab235
2 changed files with 12 additions and 0 deletions

View File

@ -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)

View 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}"