diff options
Diffstat (limited to 'recipes/gnome/gnome-menus_2.26.0.bb')
-rw-r--r-- | recipes/gnome/gnome-menus_2.26.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnome/gnome-menus_2.26.0.bb b/recipes/gnome/gnome-menus_2.26.0.bb index 5837e7fed2..8596f1f46c 100644 --- a/recipes/gnome/gnome-menus_2.26.0.bb +++ b/recipes/gnome/gnome-menus_2.26.0.bb @@ -1,7 +1,7 @@ DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+" LICENSE = "GPL" -inherit gnome pkgconfig +inherit gnome pkgconfig python-dir do_stage() { autotools_stage_all @@ -10,6 +10,6 @@ autotools_stage_all 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" |