From patchwork Wed Oct 24 23:54:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,1/8] foxtrotgps: inherit gconf Date: Wed, 24 Oct 2012 23:54:22 -0000 From: Martin Jansa X-Patchwork-Id: 38541 Message-Id: To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | 6 +++--- 1 file 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 0cafdde..62860b8 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/" SECTION = "x11/applications" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" +DEPENDS = "curl gtk+ 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 +inherit autotools pkgconfig perlnative gconf -PR = "r1" +PR = "r2" do_configure_prepend() { if [ -f ${S}/configure.in ] ; then