diff options
-rw-r--r-- | gpsd/gpsd-1.10-r0/nmea-fix.patch | 0 | ||||
-rw-r--r-- | gpsd/gpsd_1.10.oe | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gpsd/gpsd-1.10-r0/nmea-fix.patch b/gpsd/gpsd-1.10-r0/nmea-fix.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpsd/gpsd-1.10-r0/nmea-fix.patch diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe index a543af7638..1a2fa5cc9e 100644 --- a/gpsd/gpsd_1.10.oe +++ b/gpsd/gpsd_1.10.oe @@ -9,7 +9,11 @@ SRC_URI=http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ file://${FILESDIR}/gcc3.patch;patch=1 \ file://${FILESDIR}/nmea-fix.patch;patch=1 -inherit autotools libtool +inherit autotools + +do_configure() { + oe_runconf +} do_compile() { oe_runmake gpsd |