From 3ad7c81ebc6f930029f9cb81720412e3fcb4e7dd Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 11 Jun 2009 19:14:22 +0000 Subject: gpsbabel: Fixed for new autotools. --- recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch | 13 +++++++++++++ recipes/gpsbabel/gpsbabel_1.3.6.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch (limited to 'recipes/gpsbabel') 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 -- cgit v1.2.3