mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
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:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user