From 658ae76b938a90ac3587909f6b8525559fe57b56 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 23 Mar 2010 15:20:19 +0300 Subject: use PYTHON_SITEPACKAGES_DIR Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov --- recipes/gpsd/gpsd.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gpsd/gpsd.inc') 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" -- cgit 1.2.3-korg