diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-23 15:20:19 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-25 09:28:26 +0300 |
commit | 658ae76b938a90ac3587909f6b8525559fe57b56 (patch) | |
tree | 9216406ea230a65552429cb71c190c0e00d04c2d /recipes/xfce-base | |
parent | e0f9409803d6edc14608828967c0c52b5a2d182e (diff) |
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/xfce-base')
-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/*" |