diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-23 19:46:07 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-26 14:29:17 -0700 |
commit | 6d5bf9f8e6f39c35cbc3833d31f35e6e250a0ef6 (patch) | |
tree | 9196a4b36b76a23b7114342475e8955f36810435 /meta-oe | |
parent | 5f74c657c06b79394ddd5e532e1e10ee49a9f9c5 (diff) | |
download | meta-openembedded-6d5bf9f8e6f39c35cbc3833d31f35e6e250a0ef6.tar.gz |
gpsd: Switch from python-scons-native to python3-scons-native
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb index 558b7c1d5..7b7f33520 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | |||
@@ -2,13 +2,9 @@ SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices" | |||
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53" |
5 | DEPENDS = "dbus ncurses python libusb1 chrpath-replacement-native pps-tools" | 5 | DEPENDS = "dbus ncurses python python3 libusb1 chrpath-replacement-native pps-tools" |
6 | PROVIDES = "virtual/gpsd" | 6 | PROVIDES = "virtual/gpsd" |
7 | 7 | ||
8 | # SConstruct in gpsd does not yet support Python 3 | ||
9 | DEPENDS += "python-scons-native" | ||
10 | DEPENDS_remove = "python3-scons-native" | ||
11 | |||
12 | EXTRANATIVEPATH += "chrpath-native" | 8 | EXTRANATIVEPATH += "chrpath-native" |
13 | 9 | ||
14 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | 10 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \ |