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/fetchmail | |
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/fetchmail')
-rw-r--r-- | recipes/fetchmail/fetchmail_6.3.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/fetchmail/fetchmail_6.3.14.bb b/recipes/fetchmail/fetchmail_6.3.14.bb index 1934f74690..e3aa4088be 100644 --- a/recipes/fetchmail/fetchmail_6.3.14.bb +++ b/recipes/fetchmail/fetchmail_6.3.14.bb @@ -14,9 +14,9 @@ SRC_URI = "http://download.berlios.de/fetchmail/${PN}-${PV}.tar.bz2;name=src \ SRC_URI[src.md5sum] = "86d3cfbce151881d8bf76a1efd5bda6a" SRC_URI[src.sha256sum] = "8657f786f5af1857ddb3b50203e6cde2efad43f49828973cbb22f6d431208607" -inherit autotools gettext +inherit autotools gettext python-dir FILES_${PN} = "${bindir}/fetchmail" PACKAGES += "${PN}conf" -FILES_${PN}conf = "${libdir}/python*/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf" +FILES_${PN}conf = "${PYTHON_SITEPACKAGES_DIR}/fetchmailconf.py* ${bindir}/fetchmailconf" rdepends_${PN}conf = "${PN}" |