summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/esmtp/esmtp_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
index 46d468cbc..60d34e1d8 100644
--- a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
+++ b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
@@ -11,7 +11,7 @@ DEPENDS = "libesmtp"
11LICENSE = "GPL-2.0" 11LICENSE = "GPL-2.0"
12LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 12LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
13 13
14SRC_URI = "http://nchc.dl.sourceforge.net/project/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2" 14SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.bz2"
15 15
16# Have to set this or we get -L/lib in LDFLAGS 16# Have to set this or we get -L/lib in LDFLAGS
17EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}" 17EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"