Merge pull request #66 from schnitzeltony/src-uris-warnings-fix

Change SRC_URIs for safety on github and political correctness in yocto
This commit is contained in:
Marko Lindqvist
2021-11-07 21:59:20 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
inherit cmake pkgconfig qemu gtk-icon-cache features_check
SRC_URI = " \
git://github.com/viewizard/astromenace.git \
git://github.com/viewizard/astromenace.git;branch=master;protocol=https \
file://0001-CMakeLists.txt-use-pkg-config-to-find-freetype.patch \
file://0002-CMakeLists.txt-use-pkg-config-to-find-sdl.patch \
file://0003-Loading.cpp-fix-level2-crash.patch \

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
file://debian/copyright;md5=7d2f80a6e11a2648d4657afdb89d05a8 \
"
SRC_URI = "git://github.com/rzr/pinball-table-gnu.git;protocol=https"
SRC_URI = "git://github.com/rzr/pinball-table-gnu.git;protocol=https;branch=master"
SRCREV = "0.0.20200601"
S = "${WORKDIR}/git"

View File

@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
file://debian/copyright;md5=894ad8c75ec3bbd77c06d637d85dbb63 \
"
SRC_URI = "git://github.com/rzr/pinball-table-hurd.git;protocol=https"
SRC_URI = "git://github.com/rzr/pinball-table-hurd.git;protocol=https;branch=master"
SRCREV = "0.0.20201119"
S = "${WORKDIR}/git"

View File

@@ -9,7 +9,7 @@ RDEPENDS:${PN} += "libmikmod bash"
inherit scons pkgconfig python3native
SRC_URI = "\
git://github.com/Pingus/pingus.git \
git://github.com/Pingus/pingus.git;branch=master;protocol=https \
file://0001-Add-missing-header-for-std-function-and-std-bind.patch \
file://0002-Fix-build-with-boost-1.69.0.patch \
file://0003-SConscript-Fix-for-python3.patch \

View File

@@ -11,7 +11,7 @@ inherit autotools-brokensep pkgconfig gtk-icon-cache manpages features_check
REQUIRED_DISTRO_FEATURES = "x11 opengl"
SRC_URI = " \
git://github.com/scummvm/scummvm.git;protocol=https \
git://github.com/scummvm/scummvm.git;protocol=https;branch=master \
file://0001-use-pkg-config-to-gather-sdl-information.patch \
file://0002-Do-not-split-binaries-during-install.patch \
file://scummvm.desktop \