aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-12-30 00:40:16 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-05 13:25:12 +0100
commite2595fb6506d8b551b34ae91c36d57d8526c19cd (patch)
treec5795ce1cf237065856689d31d9246dda3009a87
parentf7ae42f6273374bb94d13b47af66e73992139a80 (diff)
downloadmeta-openembedded-contrib-e2595fb6506d8b551b34ae91c36d57d8526c19cd.tar.gz
esmtp: use BPN in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 46d468cbcf..60d34e1d89 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"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
-SRC_URI = "http://nchc.dl.sourceforge.net/project/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2"
+SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.bz2"
# Have to set this or we get -L/lib in LDFLAGS
EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"