diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-05 20:52:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-10 10:55:55 +0200 |
commit | f03d576a84edbaf13188640df9ae5c8c1161b772 (patch) | |
tree | 17da14ba5ac8dce102a88e03b69c2d012bda58d6 /meta-oe/recipes-navigation | |
parent | 008ad8750226733c3e771565d8c60089cb1108ab (diff) | |
download | meta-openembedded-f03d576a84edbaf13188640df9ae5c8c1161b772.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb (renamed from meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb index 2580abc36..4572b8f48 100644 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | |||
@@ -7,9 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
7 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" | 7 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" |
8 | 8 | ||
9 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" | 9 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" |
10 | SRC_URI[md5sum] = "1585d332ae546a0f84e8327ac21b27b9" | 10 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" |
11 | SRC_URI[sha256sum] = "2d0d66d3e6d3c6ca1c8e5d82129182a49691b9622067b7c5edf82d808ebf1a77" | 11 | SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" |
12 | 12 | ||
13 | inherit autotools pkgconfig perlnative | 13 | inherit autotools pkgconfig perlnative |
14 | 14 | ||
15 | do_configure_prepend() { | ||
16 | mv ${S}/configure.in ${S}/configure.ac | ||
17 | } | ||
18 | |||
15 | RRECOMMENDS_${PN} = "gpsd" | 19 | RRECOMMENDS_${PN} = "gpsd" |