From: Grazvydas Ignotas Date: Wed, 23 Jul 2014 22:26:30 +0000 (+0300) Subject: gpsd: old oe hack and a working mirror X-Git-Tag: sz_173~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4762b5889a2524ba3cc8ee2d4c2b29ad3fe86b19;p=openembedded.git gpsd: old oe hack and a working mirror --- diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc index fbb867c3ff..ceca23f6a6 100644 --- a/recipes/gpsd/gpsd.inc +++ b/recipes/gpsd/gpsd.inc @@ -11,7 +11,7 @@ EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ --enable-dbus \ " -SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz;name=gpsd \ +SRC_URI = "http://download2.polytechnic.edu.na/pub4/sourceforge/g/gp/gpsd.berlios/gpsd-${PV}.tar.gz;name=gpsd \ file://gpsd-default \ file://gpsd \ file://60-gpsd.rules" diff --git a/recipes/gpsd/gpsd_2.95.bb b/recipes/gpsd/gpsd_2.95.bb index 27aa851246..19aef2466d 100644 --- a/recipes/gpsd/gpsd_2.95.bb +++ b/recipes/gpsd/gpsd_2.95.bb @@ -2,7 +2,7 @@ require gpsd.inc DEPENDS += "libusb1" -SRC_URI += "file://libtool.patch \ +SRC_URI += "file://libtool.patch;patch=1 \ " EXTRA_OECONF += "--disable-libQgpsmm"