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/dtnrg | |
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/dtnrg')
-rw-r--r-- | recipes/dtnrg/dtn_2.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dtnrg/dtn_2.5.0.bb b/recipes/dtnrg/dtn_2.5.0.bb index 7dc6fc5af8..e63b789f15 100644 --- a/recipes/dtnrg/dtn_2.5.0.bb +++ b/recipes/dtnrg/dtn_2.5.0.bb @@ -59,7 +59,7 @@ FILES_python-dtn = "${libdir}/${PYTHON_DIR}" RDEPENDS_python-dtn = "python-core dtn-lib" FILES_${PN}-dbg += "\ - ${libdir}/${PYTHON_DIR}/site-packages/.debug \ + ${PYTHON_SITEPACKAGES_DIR}/.debug \ ${libdir}/.debug \ ${bindir}/.debug \ " |