From: Jan-Simon Möller Date: Wed, 24 May 2017 12:42:38 +0000 (+0200) Subject: Add hotfix for sg3-utils SRC_URI not available X-Git-Tag: 3.99.1~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F9507%2F2;p=AGL%2Fmeta-agl.git Add hotfix for sg3-utils SRC_URI not available ERROR: sg3-utils-1.42-r0 do_fetch: Fetcher failure for URL: 'http://sg.danny.cz/sg/p/sg3_utils-1.42.tgz'. Unable to fetch URL from any source. Until fixed upstream, use a mirror. Change-Id: Ia0d049ed6d2288adab836f59e82f0c359abaf7c6 Bug-AGL: SPEC-619 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9507 --- diff --git a/meta-agl-bsp/meta-openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend b/meta-agl-bsp/meta-openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend new file mode 100644 index 000000000..63682ee7b --- /dev/null +++ b/meta-agl-bsp/meta-openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend @@ -0,0 +1,5 @@ +# interim fix due to +# ERROR: sg3-utils-1.42-r0 do_fetch: Fetcher failure for URL: 'http://sg.danny.cz/sg/p/sg3_utils-1.42.tgz'. Unable to fetch URL from any source. +# + +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-1.42.tgz"