From e68fd87fe3be06583c8e76af777c42a19d6cf5a5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 24 May 2017 14:42:38 +0200 Subject: Add hotfix for sg3-utils SRC_URI not available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../recipes-support/sg3-utils/sg3-utils_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-bsp/meta-openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend 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" -- cgit 1.2.3-korg