diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-17 22:34:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-17 22:34:44 +0000 |
commit | 81facc2e94c56fc62eaf98b3aaef0c643707b614 (patch) | |
tree | dffab091bbee09f4b07dab594c953a79322407ce /qpegps/qpegps_cvs.oe | |
parent | 604fe06c1df14ef4fbe6d1947b7f8f823dd1096c (diff) |
make qpegps work again
BKrev: 41228804IOGDCac2Q0keV15IH4himw
Diffstat (limited to 'qpegps/qpegps_cvs.oe')
-rw-r--r-- | qpegps/qpegps_cvs.oe | 2 |
1 files changed, 2 insertions, 0 deletions
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 <mickey@Vanille.de>" 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 \ |