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/avahi | |
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/avahi')
-rw-r--r-- | recipes/avahi/avahi.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc index cefb2bed64..150fa99aec 100644 --- a/recipes/avahi/avahi.inc +++ b/recipes/avahi/avahi.inc @@ -14,7 +14,7 @@ RDEPENDS_avahi-autoipd += "update-rc.d" SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ file://00avahi-autoipd file://99avahi-autoipd" -inherit autotools pkgconfig update-rc.d +inherit autotools pkgconfig update-rc.d python-dir # handle update-rc.d RDEPENDS manually, we don't need it on # anything but avahi-daemon and avahi-autoipd RDEPENDS_append = "" @@ -52,7 +52,7 @@ FILES_avahi-utils = "${bindir}/avahi-*" FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ ${sysconfdir}/avahi/avahi-autoipd.action \ ${sysconfdir}/udhcpc.d/*avahi-autoipd" -FILES_python-avahi = "${libdir}/python*/site-packages/avahi/*" +FILES_python-avahi = "${PYTHON_SITEPACKAGES_DIR}/avahi/*" FILES_avahi-discover = "${bindir}/avahi-discover \ ${datadir}/applications/avahi-discover.desktop \ ${datadir}/avahi/interfaces/avahi-discover.glade" |