From: Jan-Simon Möller <[email protected]> This patch temporarily fixes the unavailable upstream URL for sg3-utils with an bbappend that redirects the SRC_URI to a mirror. Checksums match.
Signed-off-by: Jan-Simon Möller <[email protected]> --- meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend new file mode 100644 index 000000000..aeef696cf --- /dev/null +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend @@ -0,0 +1,2 @@ +# Upstream URL currently unavailable. Use mirror: +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" -- 2.12.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
