aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sugar/sugar-base_0.82.2.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 15:20:19 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:28:26 +0300
commit658ae76b938a90ac3587909f6b8525559fe57b56 (patch)
tree9216406ea230a65552429cb71c190c0e00d04c2d /recipes/sugar/sugar-base_0.82.2.bb
parente0f9409803d6edc14608828967c0c52b5a2d182e (diff)
downloadopenembedded-658ae76b938a90ac3587909f6b8525559fe57b56.tar.gz
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/sugar/sugar-base_0.82.2.bb')
-rw-r--r--recipes/sugar/sugar-base_0.82.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sugar/sugar-base_0.82.2.bb b/recipes/sugar/sugar-base_0.82.2.bb
index 15c4e11f9d..82cbe5e376 100644
--- a/recipes/sugar/sugar-base_0.82.2.bb
+++ b/recipes/sugar/sugar-base_0.82.2.bb
@@ -45,7 +45,7 @@ FILES_${PN} += "${datadir}/${PN} \
${datadir}/dbus-1 \
${sysconfdir} "
-FILES_${PN}-dbg += "${libdir}/python*/site-packages/sugar/.debug"
+FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/sugar/.debug"
AUTOTOOLS_STAGE_PKGCONFIG = "1"