diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-11 19:14:22 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-11 19:14:22 +0000 |
commit | 3ad7c81ebc6f930029f9cb81720412e3fcb4e7dd (patch) | |
tree | ee27dec17ca43f612026399e8496d55e88bab86e /recipes | |
parent | b76702c13a93e055503201c2003ea2dd90c5923a (diff) |
gpsbabel: Fixed for new autotools.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch | 13 | ||||
-rw-r--r-- | recipes/gpsbabel/gpsbabel_1.3.6.bb | 3 |
2 files changed, 15 insertions, 1 deletions
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 |