aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-menus_2.28.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/gnome-menus_2.28.0.1.bb')
-rw-r--r--recipes/gnome/gnome-menus_2.28.0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnome/gnome-menus_2.28.0.1.bb b/recipes/gnome/gnome-menus_2.28.0.1.bb
index 72fc810395..461d3eb543 100644
--- a/recipes/gnome/gnome-menus_2.28.0.1.bb
+++ b/recipes/gnome/gnome-menus_2.28.0.1.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+"
-inherit gnome pkgconfig
+inherit gnome pkgconfig python-dir
do_stage() {
autotools_stage_all
@@ -13,6 +13,6 @@ do_stage() {
PACKAGES += "${PN}-python"
FILES_${PN} += "${datadir}/desktop-directories/"
FILES_${PN}-python = "${libdir}/python*"
-FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \
- ${libdir}/python*/site-packages/.debug"
+FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \
+ ${PYTHON_SITEPACKAGES_DIR}/.debug"