summaryrefslogtreecommitdiffstats
path: root/recipes/gnome/hippo-canvas_0.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/hippo-canvas_0.3.0.bb')
-rw-r--r--recipes/gnome/hippo-canvas_0.3.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnome/hippo-canvas_0.3.0.bb b/recipes/gnome/hippo-canvas_0.3.0.bb
index 2c6da440bb..1e24377a36 100644
--- a/recipes/gnome/hippo-canvas_0.3.0.bb
+++ b/recipes/gnome/hippo-canvas_0.3.0.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2"
DEPENDS = "librsvg python-pygtk2"
-inherit gnome
+inherit gnome python-dir
DEPENDS += "librsvg"
@@ -17,7 +17,7 @@ do_stage() {
autotools_stage_all
}
-FILES_${PN} += "${libdir}/python*/site-packages"
-FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug"
+FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
+FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug"