Add hotfix for sg3-utils SRC_URI not available 07/9507/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 24 May 2017 12:42:38 +0000 (14:42 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 24 May 2017 13:31:08 +0000 (13:31 +0000)
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

meta-agl-bsp/meta-openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend [new file with mode: 0644]

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 (file)
index 0000000..63682ee
--- /dev/null
@@ -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"