diff options
-rw-r--r-- | meta-oe/recipes-support/libetpan/libetpan_0.57.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb index 7049938ba..5deb26fac 100644 --- a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb +++ b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb | |||
@@ -2,10 +2,12 @@ DESCRIPTION = "libetpan is a library for communicating with mail and news server | |||
2 | It supports the protocols SMTP, POP3, IMAP and NNTP." | 2 | It supports the protocols SMTP, POP3, IMAP and NNTP." |
3 | HOMEPAGE = "http://www.etpan.org" | 3 | HOMEPAGE = "http://www.etpan.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "gnutls" | 5 | DEPENDS = "gnutls liblockfile" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7" | 7 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7" |
8 | 8 | ||
9 | PR = "r1" | ||
10 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ |
10 | file://libetpan-autoreconf.patch \ | 12 | file://libetpan-autoreconf.patch \ |
11 | file://libetpan-ldflags.patch" | 13 | file://libetpan-ldflags.patch" |