summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-10-14 14:27:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-15 11:47:24 +0100
commit9c1efb65c9b856dc96b84d880b9fddbe319031d4 (patch)
tree66fc9e435bf91a5d19a197a5a638c985e42157e1 /meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
parent20e4b586dfda5e663eec1a53f24b7f74fae69661 (diff)
downloadpoky-9c1efb65c9b856dc96b84d880b9fddbe319031d4.tar.gz
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) (From OE-Core rev: 4c21ce6e34f6ce8fbf4db7bc2fd017c8f7a811b4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
index 9dc5caf87c..085384064d 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
@@ -25,7 +25,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS= CPPOPTX='${CPPFLAGS}' COPTX='${CFLAGS}' C++OPTX='$
25# Stop failures when 'cc' can't be found 25# Stop failures when 'cc' can't be found
26export ac_cv_prog_CC = "${CC}" 26export ac_cv_prog_CC = "${CC}"
27 27
28inherit native 28inherit sourceforge-releases native
29 29
30# Use -std=gnu89 to build with gcc-14 (https://bugs.gentoo.org/903876) 30# Use -std=gnu89 to build with gcc-14 (https://bugs.gentoo.org/903876)
31# this needs to be after native inherit (which sets CFLAGS to BUILD_CFLAGS) 31# this needs to be after native inherit (which sets CFLAGS to BUILD_CFLAGS)