diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-09-22 23:55:06 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-23 12:20:13 -0700 |
commit | 8d34444c749a466f35445fd4c2212b3fbdb8d844 (patch) | |
tree | 959a61dfba75af2626ed960ade19cdcf2d7581b7 | |
parent | 0b4f790d6e38faba8823ffe804ab1b6a09ee8037 (diff) | |
download | meta-openembedded-master.tar.gz |
old tarballs disappear from main location, use a backup location to
fetch it in such cases.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb index d24f666bc..dc909ed78 100644 --- a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb +++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb @@ -9,6 +9,8 @@ SRC_URI = "https://www.jwz.org/${BPN}/${BP}.tar.gz \ file://0002-build-Do-not-build-po-files.patch \ file://0001-configure-Ignore-CONF_STATUS-for-gtk-and-openGL-need.patch \ " +MIRRORS += "https://www.jwz.org/${BPN} https://ftp.osuosl.org/pub/blfs/conglomeration/${BPN}" + SRC_URI[sha256sum] = "787014b29f0c5793ecc2d93e1109a049ff48ab0c29b851dab34f683ceef6b152" DEPENDS = "intltool-native libx11 libxext libxt libxft libxi glib-2.0-native bc-native libpam jpeg" |