From f03d576a84edbaf13188640df9ae5c8c1161b772 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 5 Sep 2012 20:52:14 +0000 Subject: foxtrotgps: upgrade to 1.1.1 and fix build with new automake * It was failing like this | automake: warnings are treated as errors | automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' | autoreconf: automake failed with exit status: 1 after automake was upgraded to 1.12.3 http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029108.html Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- .../recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb | 15 --------------- .../recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb create mode 100644 meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb (limited to 'meta-oe/recipes-navigation') diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb deleted file mode 100644 index 2580abc36d..0000000000 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "FoxtrotGPS is a map and GPS application using OpenStreetMap" -AUTHOR = "Joshua Judson Rosen " -HOMEPAGE = "http://www.foxtrotgps.org/" -SECTION = "x11/applications" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" - -SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" -SRC_URI[md5sum] = "1585d332ae546a0f84e8327ac21b27b9" -SRC_URI[sha256sum] = "2d0d66d3e6d3c6ca1c8e5d82129182a49691b9622067b7c5edf82d808ebf1a77" - -inherit autotools pkgconfig perlnative - -RRECOMMENDS_${PN} = "gpsd" diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb new file mode 100644 index 0000000000..4572b8f483 --- /dev/null +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "FoxtrotGPS is a map and GPS application using OpenStreetMap" +AUTHOR = "Joshua Judson Rosen " +HOMEPAGE = "http://www.foxtrotgps.org/" +SECTION = "x11/applications" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" + +SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" +SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" +SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" + +inherit autotools pkgconfig perlnative + +do_configure_prepend() { + mv ${S}/configure.in ${S}/configure.ac +} + +RRECOMMENDS_${PN} = "gpsd" -- cgit v1.2.3-54-g00ecf