aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-10-28 01:19:50 +0200
committerKhem Raj <raj.khem@gmail.com>2019-10-27 23:10:00 -0700
commit704c0bafd9dd72fb8bd3ea2cc90e0088e7db3c6e (patch)
treec317e405d2c65dd2c6ea049794c8edac92596f2a /meta-oe/recipes-navigation
parentdc26e0395c1e51d4e961f0e388793de5d5738a75 (diff)
downloadmeta-openembedded-contrib-704c0bafd9dd72fb8bd3ea2cc90e0088e7db3c6e.tar.gz
gpsd: Stop depending on chrpath-native
chrpath is no longer used since 3.15. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 054af40829..6834bd45a7 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"
SECTION = "console/network"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53"
-DEPENDS = "dbus ncurses python python3 libusb1 chrpath-replacement-native pps-tools"
+DEPENDS = "dbus ncurses python python3 libusb1 pps-tools"
PROVIDES = "virtual/gpsd"
-EXTRANATIVEPATH += "chrpath-native"
-
SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
file://0001-gps_shm_close-Free-privdata.patch \
@@ -33,7 +31,6 @@ EXTRA_OESCONS = " \
libQgpsmm='false' \
debug='false' \
nostrip='true' \
- chrpath='yes' \
systemd='${SYSTEMD_OESCONS}' \
libdir='${libdir}' \
manbuild='false' \