mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
meta: Add explict branch to git SRC_URIs, handle github url changes
This update was made with the convert-scruri.py script in scripts/contrib
This script handles two emerging issues:
1. There is uncertainty about the default branch name in git going forward.
To try and cover the different possible outcomes, add branch names to all
git:// and gitsm:// SRC_URI entries.
2. Github are dropping support for git:// protocol fetching, so remap github
urls as needed. For more details see:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
(From OE-Core rev: 827a805349f9732b2a5fa9184dc7922af36de327)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
afe0ef0a07
commit
07be05c698
@@ -14,7 +14,7 @@ SRCREV = "cca113f2fe0759b91fd6a0e10fdcda2c28f18a7e"
|
||||
|
||||
PV = "1.2.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git \
|
||||
SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master \
|
||||
file://ldflags.patch \
|
||||
file://CVE-2018-10689.patch \
|
||||
file://make-btt-scripts-python3-ready.patch \
|
||||
|
||||
@@ -8,7 +8,7 @@ API is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
|
||||
SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "a87053bee5680878c295b7d23cf0d7065576ac2b"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ SECTION = "bootloader"
|
||||
LICENSE = "GPLv2 | BSD"
|
||||
DEPENDS = "flex-native bison-native"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \
|
||||
file://make_install.patch \
|
||||
file://0001-dtc-Fix-Makefile-to-add-CFLAGS-not-override.patch \
|
||||
"
|
||||
|
||||
@@ -14,7 +14,7 @@ PV = "0.2+git${SRCPV}"
|
||||
|
||||
inherit native
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git"
|
||||
SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master"
|
||||
S = "${WORKDIR}/git"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ SRCREV = "58133a96c894c043e48c74ddf0bfe8db90bac62f"
|
||||
# Lookout for PV bump too when SRCREV is changed
|
||||
PV = "26"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \
|
||||
file://depmod-search.conf \
|
||||
file://0001-build-Stop-using-dolt.patch \
|
||||
file://avoid_parallel_tests.patch \
|
||||
|
||||
@@ -6,7 +6,7 @@ DEPENDS = "ncurses libnl pciutils autoconf-archive"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
||||
|
||||
SRC_URI = "git://github.com/fenrus75/powertop;protocol=https \
|
||||
SRC_URI = "git://github.com/fenrus75/powertop;protocol=https;branch=master \
|
||||
file://0001-wakeup_xxx.h-include-limits.h.patch \
|
||||
file://0002-configure.ac-ax_add_fortify_source.patch \
|
||||
file://0003-configure-Use-AX_REQUIRE_DEFINED.patch \
|
||||
|
||||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
SRCREV = "044a0640985ef007c0b2fb6eaf660d9d51800cda"
|
||||
PV = "4.2"
|
||||
|
||||
SRC_URI = "git://sourceware.org/git/systemtap.git \
|
||||
SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master \
|
||||
file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
|
||||
file://0001-Install-python-modules-to-correct-library-dir.patch \
|
||||
file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
|
||||
|
||||
Reference in New Issue
Block a user