mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gpsd: Force using python-scons-native for now
SConstruct in gpsd does not yet support Python 3. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user