diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-05 09:33:18 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-05 11:25:47 -0500 |
commit | 56183ff4e07f91ce83ae3023ab747a141320c1f4 (patch) | |
tree | 97d01aa240d6109b1d9d6f23820e81f5c157735b | |
parent | e2595fb6506d8b551b34ae91c36d57d8526c19cd (diff) | |
download | meta-openembedded-56183ff4e07f91ce83ae3023ab747a141320c1f4.tar.gz |
esmtp: use SOURCEFORGE_MIRROR is SRC_URI
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-support/esmtp/esmtp_1.2.bb | 2 |
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 60d34e1d8..f7a044296 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" | |||
11 | LICENSE = "GPL-2.0" | 11 | LICENSE = "GPL-2.0" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
13 | 13 | ||
14 | SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/${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 |
17 | EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}" | 17 | EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}" |