diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-23 15:20:19 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-25 09:28:26 +0300 |
commit | 658ae76b938a90ac3587909f6b8525559fe57b56 (patch) | |
tree | 9216406ea230a65552429cb71c190c0e00d04c2d /recipes/gpsd | |
parent | e0f9409803d6edc14608828967c0c52b5a2d182e (diff) |
use PYTHON_SITEPACKAGES_DIR
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/gpsd')
-rw-r--r-- | recipes/gpsd/gpsd.inc | 4 |
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" |