summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb
index 054af4082..6834bd45a 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb
@@ -2,11 +2,9 @@ SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices"
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53" 4LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53"
5DEPENDS = "dbus ncurses python python3 libusb1 chrpath-replacement-native pps-tools" 5DEPENDS = "dbus ncurses python python3 libusb1 pps-tools"
6PROVIDES = "virtual/gpsd" 6PROVIDES = "virtual/gpsd"
7 7
8EXTRANATIVEPATH += "chrpath-native"
9
10SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 8SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
11 file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \ 9 file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
12 file://0001-gps_shm_close-Free-privdata.patch \ 10 file://0001-gps_shm_close-Free-privdata.patch \
@@ -33,7 +31,6 @@ EXTRA_OESCONS = " \
33 libQgpsmm='false' \ 31 libQgpsmm='false' \
34 debug='false' \ 32 debug='false' \
35 nostrip='true' \ 33 nostrip='true' \
36 chrpath='yes' \
37 systemd='${SYSTEMD_OESCONS}' \ 34 systemd='${SYSTEMD_OESCONS}' \
38 libdir='${libdir}' \ 35 libdir='${libdir}' \
39 manbuild='false' \ 36 manbuild='false' \