[oe-commits] [meta-openembedded] 02/02: doxygen: Use SOURCEFORGE_MIRROR for SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri Dec 7 23:27:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ff6bead1624a1e261408516b3d064a04aab5f592
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Dec 7 08:38:34 2018 -0800

    doxygen: Use SOURCEFORGE_MIRROR for SRC_URI
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
index 3137c48..7c7024e 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
@@ -8,7 +8,7 @@ inherit cmake python3native
 
 DEPENDS = "flex-native bison-native"
 
-SRC_URI = "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${PV}.src.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
            file://0001-build-don-t-look-for-Iconv.patch"
 
 SRC_URI[md5sum] = "41d8821133e8d8104280030553e2b42b"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list