Openembedded Core Discussions
 help / color / mirror / Atom feed
* [meta-networking] [PATCH 1/2] esmtp: use BPN in SRC_URI
@ 2014-12-30  5:50 Robert Yang
  2014-12-30  5:50 ` [meta-networking] [PATCH 2/2] esmtp: remove sendmail from sysroot Robert Yang
  2014-12-30  8:38 ` [meta-networking] [PATCH 1/2] esmtp: use BPN in SRC_URI Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Yang @ 2014-12-30  5:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-networking/recipes-support/esmtp/esmtp_1.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
index 46d468c..60d34e1 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}"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-30  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30  5:50 [meta-networking] [PATCH 1/2] esmtp: use BPN in SRC_URI Robert Yang
2014-12-30  5:50 ` [meta-networking] [PATCH 2/2] esmtp: remove sendmail from sysroot Robert Yang
2014-12-30  8:38 ` [meta-networking] [PATCH 1/2] esmtp: use BPN in SRC_URI Martin Jansa
2014-12-30  8:41   ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox