[oe-commits] Stanislav Brabec : gpsbabel: Fixed for new autotools.

git version control git at git.openembedded.org
Thu Jun 11 19:15:08 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3ad7c81ebc6f930029f9cb81720412e3fcb4e7dd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3ad7c81ebc6f930029f9cb81720412e3fcb4e7dd

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Jun 11 19:14:22 2009 +0000

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 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 0000000..e95bd64
--- /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 26f87a7..e0888b5 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





More information about the Openembedded-commits mailing list