diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-24 14:36:07 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-26 13:00:23 +0200 |
| commit | 9c44bdd0cb7e73e0e7ffeaedd58b80f35dd1fe0f (patch) | |
| tree | 1500ab0ca88a08b444b2453ee6466a4ebed11e29 | |
| parent | 8fdd493d0b276173d54ec17beebf3eab5b38057c (diff) | |
| download | meta-openembedded-9c44bdd0cb7e73e0e7ffeaedd58b80f35dd1fe0f.tar.gz | |
foxtrotgps: inherit gconf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb index 0cafdde183..62860b8688 100644 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | |||
| @@ -4,15 +4,15 @@ HOMEPAGE = "http://www.foxtrotgps.org/" | |||
| 4 | SECTION = "x11/applications" | 4 | SECTION = "x11/applications" |
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 7 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" | 7 | DEPENDS = "curl gtk+ 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] = "6777d448ee9d3ba195f9d26ea90e3163" | 10 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" |
| 11 | SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" | 11 | SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig perlnative | 13 | inherit autotools pkgconfig perlnative gconf |
| 14 | 14 | ||
| 15 | PR = "r1" | 15 | PR = "r2" |
| 16 | 16 | ||
| 17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
| 18 | if [ -f ${S}/configure.in ] ; then | 18 | if [ -f ${S}/configure.in ] ; then |
