Skip to content

Commit

Permalink
doxygen: Use SOURCEFORGE_MIRROR for SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Dec 7, 2018
1 parent 5f9bcfc commit ff6bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
Expand Up @@ -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"
Expand Down

0 comments on commit ff6bead

Please sign in to comment.