From: Michael Lauer Date: Tue, 17 Aug 2004 22:34:44 +0000 (+0000) Subject: make qpegps work again X-Git-Tag: Release-2010-05/1~17616 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81facc2e94c56fc62eaf98b3aaef0c643707b614;p=openembedded.git make qpegps work again BKrev: 41228804IOGDCac2Q0keV15IH4himw --- diff --git a/qpegps/qpegps-cvs/gpsd-fix.patch b/qpegps/qpegps-cvs/gpsd-fix.patch index e69de29bb2..0b15166548 100644 --- a/qpegps/qpegps-cvs/gpsd-fix.patch +++ b/qpegps/qpegps-cvs/gpsd-fix.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- qpegps/client.cpp~gpss-fix ++++ qpegps/client.cpp +@@ -301,6 +301,7 @@ + dataPos = dataStr.find('=')-1; + } + } ++ while( socket->getch()>0){;} + if(positionChanged) + { + gpsData->adjustDatum(); diff --git a/qpegps/qpegps_cvs.oe b/qpegps/qpegps_cvs.oe index 40dd2626c9..40f5bf899f 100644 --- a/qpegps/qpegps_cvs.oe +++ b/qpegps/qpegps_cvs.oe @@ -3,6 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" +CVSDATE = 20040817 SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/qpegps;module=qpegps \ file://gpsd-fix.patch;patch=1 \ @@ -13,6 +14,7 @@ S = "${WORKDIR}/qpegps" inherit palmtop QMAKE_PROFILES = "qpegps.pro" +EXTRA_QMAKEVARS_POST = "LIBS=-lqpe" do_install() { install -d ${D}/${palmtopdir}/bin \