[oe] [meta-oe][PATCH] gpsd: Force using python-scons-native for now

Adrian Bunk bunk at stusta.de
Wed Jun 19 17:13:57 UTC 2019


SConstruct in gpsd does not yet support Python 3.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb
index 131e84961..7752e76b5 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb
@@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
 DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-replacement-native pps-tools"
 PROVIDES = "virtual/gpsd"
 
+# SConstruct in gpsd does not yet support Python 3
+DEPENDS += "python-scons-native"
+DEPENDS_remove = "python3-scons-native"
+
 EXTRANATIVEPATH += "chrpath-native"
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
-- 
2.17.1



More information about the Openembedded-devel mailing list