aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-07 08:38:34 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-07 08:38:34 -0800
commitff6bead1624a1e261408516b3d064a04aab5f592 (patch)
tree8dc3bea4876215375ace7dee4b83b3e8be391539 /meta-oe
parent5f9bcfcd3b9159eb09b7ba9b1821ab76b5116d85 (diff)
downloadmeta-openembedded-contrib-ff6bead1624a1e261408516b3d064a04aab5f592.tar.gz
doxygen: Use SOURCEFORGE_MIRROR for SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb2
1 files changed, 1 insertions, 1 deletions
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 3137c48439..7c7024ecf4 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"