summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb')
-rw-r--r--meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb
deleted file mode 100644
index 6cde94b202..0000000000
--- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP"
2HOMEPAGE = "http://www.fetchmail.info/"
3DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval \
4and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP \
5connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, \
6RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC."
7SECTION = "mail"
8LICENSE = "GPL-2.0-only & MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=ee6b9f41d9324434dd11bd8a38f1b044"
10
11DEPENDS = "openssl"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \
14 "
15SRC_URI[sha256sum] = "a6cb4ea863ac61d242ffb2db564a39123761578d3e40d71ce7b6f2905be609d9"
16
17inherit autotools gettext pkgconfig python3-dir python3native
18
19EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
20
21INSANE_SKIP:${PN} = "already-stripped"
22
23do_install:append() {
24 sed -i 's,${RECIPE_SYSROOT_NATIVE},,g' ${D}${bindir}/fetchmailconf
25 sed -i 's,${RECIPE_SYSROOT},,g' ${D}${bindir}/fetchmail
26}
27
28PACKAGES =+ "fetchmail-python"
29FILES:fetchmail-python = "${libdir}/${PYTHON_DIR}/*"