]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
meta: use explicit uri for all sourceforge upstream version checks
authorAlexander Kanavin <alex@linutronix.de>
Mon, 14 Oct 2024 12:27:32 +0000 (14:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Oct 2024 10:47:20 +0000 (11:47 +0100)
commit4c21ce6e34f6ce8fbf4db7bc2fd017c8f7a811b4
tree45fb0ef4abcaf4810a2700b78a463df3cd378d63
parentd590a32423d05cefc4e7282f971f633b3fa0b941
meta: use explicit uri for all sourceforge upstream version checks

Previously the check for some recipes relied on sourceforge redirecting from
downloads.sourceforge.net (SRC_URI is set to that) into the actual project page.

Sourceforge does this for interactive browsers, but not for wget.

With the check no longer mimicking a browser, and being truthful
about coming from wget we need to explicitly fetch
the project page in all cases, which is what this commit does.
(many recipes already set this explicitly and don't need to be tweaked)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
meta/classes-recipe/sourceforge-releases.bbclass [new file with mode: 0644]
meta/recipes-bsp/acpid/acpid.inc
meta/recipes-bsp/gnu-efi/gnu-efi_3.0.18.bb
meta/recipes-bsp/setserial/setserial_2.17.bb
meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
meta/recipes-extended/hdparm/hdparm_9.65.bb
meta/recipes-extended/mingetty/mingetty_1.08.bb
meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb
meta/recipes-multimedia/lame/lame_3.100.bb
meta/recipes-support/libfm/libfm-extra_1.3.2.bb
meta/recipes-support/libfm/libfm_1.3.2.bb
meta/recipes-support/libpcre/libpcre_8.45.bb