diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-07-24 10:10:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-26 10:38:42 -0400 |
commit | fbb406a1fc574ec5e01046d1a84fc3de97a4a462 (patch) | |
tree | 9b9149e4efd84e87dda50d14c1fab4304fd222bf /meta-multimedia/recipes-multimedia | |
parent | 702f26e2471ddd78804fadb65c4ba5189f1fa2d3 (diff) | |
download | meta-openembedded-fbb406a1fc574ec5e01046d1a84fc3de97a4a462.tar.gz |
bigbuckbunny-1080p: update SRC_URI
fixes:
ERROR: bigbuckbunny-1080p-1.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://www.mediaspip.net/IMG/avi/big_buck_bunny_1080p_surround.avi')
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb index b848b820c..cb919d79e 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "CC-BY-3.0" | |||
3 | # http://www.bigbuckbunny.org/index.php/about/ | 3 | # http://www.bigbuckbunny.org/index.php/about/ |
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CC-BY-3.0;md5=dfa02b5755629022e267f10b9c0a2ab7" | 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CC-BY-3.0;md5=dfa02b5755629022e267f10b9c0a2ab7" |
5 | 5 | ||
6 | SRC_URI = "https://www.mediaspip.net/IMG/avi/big_buck_bunny_1080p_surround.avi" | 6 | SRC_URI = "http://www.peach.themazzone.com/big_buck_bunny_1080p_surround.avi" |
7 | SRC_URI[md5sum] = "223991c8b33564eb77988a4c13c1c76a" | 7 | SRC_URI[md5sum] = "223991c8b33564eb77988a4c13c1c76a" |
8 | SRC_URI[sha256sum] = "69fe2cfe7154a6e752688e3a0d7d6b07b1605bbaf75b56f6470dc7b4c20c06ea" | 8 | SRC_URI[sha256sum] = "69fe2cfe7154a6e752688e3a0d7d6b07b1605bbaf75b56f6470dc7b4c20c06ea" |
9 | 9 | ||