aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libetpan
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libetpan')
-rw-r--r--meta-oe/recipes-support/libetpan/libetpan_0.57.bb4
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 7049938ba2..5deb26fac7 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
It supports the protocols SMTP, POP3, IMAP and NNTP."
HOMEPAGE = "http://www.etpan.org"
SECTION = "libs"
-DEPENDS = "gnutls"
+DEPENDS = "gnutls liblockfile"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7"
+PR = "r1"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
file://libetpan-autoreconf.patch \
file://libetpan-ldflags.patch"