From f6850471e08f5aa446329ba89b1b5eec129e722a Mon Sep 17 00:00:00 2001 From: Serhii Voloshynov Date: Mon, 14 Dec 2020 12:44:04 +0200 Subject: move gps module to python3 PYTHON_SITEPACKAGES_DIR --- recipes-navigation/gpsd/gpsd_3.20.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-navigation') diff --git a/recipes-navigation/gpsd/gpsd_3.20.bb b/recipes-navigation/gpsd/gpsd_3.20.bb index 5f5163f..9e14b46 100644 --- a/recipes-navigation/gpsd/gpsd_3.20.bb +++ b/recipes-navigation/gpsd/gpsd_3.20.bb @@ -2,7 +2,7 @@ SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices" SECTION = "console/network" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53" -DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-replacement-native pps-tools" +DEPENDS = "dbus dbus-glib ncurses python3 libusb1 chrpath-replacement-native pps-tools" PROVIDES = "virtual/gpsd" PR="m1" @@ -31,7 +31,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \ SRC_URI[md5sum] = "cf7fdec7ce7221d20bee1a7246362b05" SRC_URI[sha256sum] = "172a7805068eacb815a3c5225436fcb0be46e7e49a5001a94034eac43df85e50" -inherit scons update-rc.d python-dir pythonnative systemd +inherit scons update-rc.d python3-dir python3native systemd INITSCRIPT_NAME = "gpsd" INITSCRIPT_PARAMS = "defaults 10" -- cgit v1.2.3