diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-24 14:42:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-24 13:31:08 +0000 |
commit | e68fd87fe3be06583c8e76af777c42a19d6cf5a5 (patch) | |
tree | f644e7abf8c2309a2afca837677e15de17b01826 /meta-agl-bsp | |
parent | 9883a207a29ca7a8c4e4cf17d244da456535ee7f (diff) |
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 <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9507
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
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" |