diff options
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.bb | 29 |
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 @@ | |||
1 | SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP" | ||
2 | HOMEPAGE = "http://www.fetchmail.info/" | ||
3 | DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval \ | ||
4 | and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP \ | ||
5 | connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, \ | ||
6 | RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." | ||
7 | SECTION = "mail" | ||
8 | LICENSE = "GPL-2.0-only & MIT" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ee6b9f41d9324434dd11bd8a38f1b044" | ||
10 | |||
11 | DEPENDS = "openssl" | ||
12 | |||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ | ||
14 | " | ||
15 | SRC_URI[sha256sum] = "a6cb4ea863ac61d242ffb2db564a39123761578d3e40d71ce7b6f2905be609d9" | ||
16 | |||
17 | inherit autotools gettext pkgconfig python3-dir python3native | ||
18 | |||
19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" | ||
20 | |||
21 | INSANE_SKIP:${PN} = "already-stripped" | ||
22 | |||
23 | do_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 | |||
28 | PACKAGES =+ "fetchmail-python" | ||
29 | FILES:fetchmail-python = "${libdir}/${PYTHON_DIR}/*" | ||