aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/gpsd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpsd/gpsd.inc')
-rw-r--r--recipes/gpsd/gpsd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index 85bb36b962..536e20b5c9 100644
--- a/recipes/gpsd/gpsd.inc
+++ b/recipes/gpsd/gpsd.inc
@@ -16,7 +16,7 @@ SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz;name=gpsd \
file://gpsd \
file://60-gpsd.rules"
-inherit autotools_stage update-rc.d
+inherit autotools_stage update-rc.d python-dir
INITSCRIPT_NAME = "gpsd"
INITSCRIPT_PARAMS = "defaults 35"
@@ -83,6 +83,6 @@ FILES_gps-utils = "${bindir}/*"
RDEPENDS_gps-utils = "python-pygps"
DESCRIPTION_python-pygps = "Python bindings to gpsd"
-FILES_python-pygps = "${libdir}/*/site-packages/*"
+FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*"
RDEPENDS_python-pygps = "python-core python-curses gpsd"