diff options
-rw-r--r-- | qpegps/qpegps-0.9.2-r0/gpsd-fix.patch | 0 | ||||
-rw-r--r-- | qpegps/qpegps_0.9.2.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/qpegps/qpegps-0.9.2-r0/gpsd-fix.patch b/qpegps/qpegps-0.9.2-r0/gpsd-fix.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpegps/qpegps-0.9.2-r0/gpsd-fix.patch diff --git a/qpegps/qpegps_0.9.2.oe b/qpegps/qpegps_0.9.2.oe index e537e29e2c..bdab27c825 100644 --- a/qpegps/qpegps_0.9.2.oe +++ b/qpegps/qpegps_0.9.2.oe @@ -6,7 +6,8 @@ LICENSE = "GPL" RDEPENDS = "libqpe1" DEPENDS = "virtual/libc" -SRC_URI = cvs://anonymous:@cvs.sourceforge.net/cvsroot/qpegps;module=qpegps +SRC_URI = cvs://anonymous:@cvs.sourceforge.net/cvsroot/qpegps;module=qpegps \ + file://${FILESDIR}/gpsd-fix.patch;patch=1 S = "${WORKDIR}/${PN}" inherit palmtop |