diff options
Diffstat (limited to 'recipes/xfce-base/exo_0.3.105.bb')
-rw-r--r-- | recipes/xfce-base/exo_0.3.105.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xfce-base/exo_0.3.105.bb b/recipes/xfce-base/exo_0.3.105.bb index ab3b2a22e5..81c00f95e6 100644 --- a/recipes/xfce-base/exo_0.3.105.bb +++ b/recipes/xfce-base/exo_0.3.105.bb @@ -3,7 +3,7 @@ DEPENDS = "libxfce4util hal liburi-perl-native python-native cairo" SECTION = "x11" PR = "r1" -inherit xfce46 +inherit xfce46 python-dir XFCE_VERSION = "4.6.1" @@ -23,8 +23,8 @@ do_stage() { } FILES_${PN} += "${datadir}/xfce4/ \ - ${libdir}/python*/site-packages/* \ + ${PYTHON_SITEPACKAGES_DIR}/* \ ${prefix}/share/pygtk/2.0/defs/exo-0.3/exo.defs \ " -FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug/*" +FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug/*" |