aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fetchmail
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 17:17:54 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:28:27 +0300
commit881563501b1761a380e47f488d20911b2042f9c0 (patch)
tree29c6bb195398a6357aa2d7d8b7b32127386b9ddd /recipes/fetchmail
parent658ae76b938a90ac3587909f6b8525559fe57b56 (diff)
downloadopenembedded-881563501b1761a380e47f488d20911b2042f9c0.tar.gz
fetchmail: fix fetchmailconf packaging and fetchmail build
python-native needed for python-dir proper working and then fetchmailconf really wants to have some python in runtime. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/fetchmail')
-rw-r--r--recipes/fetchmail/fetchmail_6.3.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/fetchmail/fetchmail_6.3.14.bb b/recipes/fetchmail/fetchmail_6.3.14.bb
index e3aa4088be..4daedbbcc9 100644
--- a/recipes/fetchmail/fetchmail_6.3.14.bb
+++ b/recipes/fetchmail/fetchmail_6.3.14.bb
@@ -3,10 +3,10 @@ well-documented remote-mail retrieval and forwarding utility \
intended to be used over on-demand TCP/IP links \
(such as SLIP or PPP connections)."
SECTION = "console/network"
-
LICENSE = "GPL"
+DEPENDS = "python-native"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://download.berlios.de/fetchmail/${PN}-${PV}.tar.bz2;name=src \
"
@@ -19,4 +19,4 @@ inherit autotools gettext python-dir
FILES_${PN} = "${bindir}/fetchmail"
PACKAGES += "${PN}conf"
FILES_${PN}conf = "${PYTHON_SITEPACKAGES_DIR}/fetchmailconf.py* ${bindir}/fetchmailconf"
-rdepends_${PN}conf = "${PN}"
+RDEPENDS_${PN}conf = "${PN} python-core"