mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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>
This commit is contained in:
@@ -2,11 +2,9 @@ SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices"
|
|||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53"
|
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"
|
PROVIDES = "virtual/gpsd"
|
||||||
|
|
||||||
EXTRANATIVEPATH += "chrpath-native"
|
|
||||||
|
|
||||||
SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
||||||
file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
|
file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
|
||||||
file://0001-gps_shm_close-Free-privdata.patch \
|
file://0001-gps_shm_close-Free-privdata.patch \
|
||||||
@@ -33,7 +31,6 @@ EXTRA_OESCONS = " \
|
|||||||
libQgpsmm='false' \
|
libQgpsmm='false' \
|
||||||
debug='false' \
|
debug='false' \
|
||||||
nostrip='true' \
|
nostrip='true' \
|
||||||
chrpath='yes' \
|
|
||||||
systemd='${SYSTEMD_OESCONS}' \
|
systemd='${SYSTEMD_OESCONS}' \
|
||||||
libdir='${libdir}' \
|
libdir='${libdir}' \
|
||||||
manbuild='false' \
|
manbuild='false' \
|
||||||
|
|||||||
Reference in New Issue
Block a user