From: Stanislav Brabec Date: Thu, 11 Jun 2009 19:14:22 +0000 (+0000) Subject: gpsbabel: Fixed for new autotools. X-Git-Tag: Release-2010-05/1~3199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad7c81ebc6f930029f9cb81720412e3fcb4e7dd;p=openembedded.git gpsbabel: Fixed for new autotools. --- diff --git a/recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch b/recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch new file mode 100644 index 0000000000..e95bd64048 --- /dev/null +++ b/recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch @@ -0,0 +1,13 @@ +Index: gpsbabel-1.3.6/configure.in +=================================================================== +--- gpsbabel-1.3.6.orig/configure.in 2008-10-31 12:43:21.000000000 +0000 ++++ gpsbabel-1.3.6/configure.in 2009-06-11 17:15:12.000000000 +0000 +@@ -36,7 +36,7 @@ + AC_PROG_INSTALL + AC_PROG_MAKE_SET + AC_EXEEXT +-AC_SUBST(AC_EXEEXT) ++AC_SUBST(EXEEXT) + AC_C_BIGENDIAN + + # Checks for libraries. diff --git a/recipes/gpsbabel/gpsbabel_1.3.6.bb b/recipes/gpsbabel/gpsbabel_1.3.6.bb index 26f87a75e8..e0888b5993 100644 --- a/recipes/gpsbabel/gpsbabel_1.3.6.bb +++ b/recipes/gpsbabel/gpsbabel_1.3.6.bb @@ -4,6 +4,7 @@ DEPENDS = "expat libusb-compat" HOMEPAGE = "http://www.gpsbabel.org/" LICENSE = "GPL" -SRC_URI = "http://www.gpsbabel.org/plan9.php?dl=gpsbabel-${PV}.tar.gz" +SRC_URI = "http://www.gpsbabel.org/plan9.php?dl=gpsbabel-${PV}.tar.gz \ + file://autotools.patch;patch=1" inherit autotools pkgconfig