mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
|
||||
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git \
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \
|
||||
file://0001-adjust-for-64bit-time_t.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \
|
||||
file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
|
||||
SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "307ce06ed82d93885ee8ed53e152c9268ac0d98d"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158"
|
||||
SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https \
|
||||
SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https;branch=master \
|
||||
file://0001-define-BASELIB-make-variable.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
|
||||
DEPENDS = "glib-2.0 dbus dleyna-core"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ DEPENDS = "glib-2.0 gupnp"
|
||||
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core"
|
||||
RDEPENDS:${PN} = "dleyna-connector-dbus"
|
||||
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git \
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https \
|
||||
file://0001-add-gupnp-1.2-API-support.patch \
|
||||
"
|
||||
SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd"
|
||||
|
||||
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-c
|
||||
RDEPENDS:${PN} = "dleyna-connector-dbus"
|
||||
|
||||
PV .= "+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ LICENSE = "Fraunhofer_FDK_AAC_Codec_Library_for_Android"
|
||||
LICENSE_FLAGS = "commercial"
|
||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875"
|
||||
|
||||
SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=git;branch=master"
|
||||
SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master"
|
||||
SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
||||
|
||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
|
||||
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
|
||||
SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.2.2"
|
||||
|
||||
@@ -3,7 +3,7 @@ Description = "Gerbera - An UPnP media server"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
||||
|
||||
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \
|
||||
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https;branch=master \
|
||||
file://0001-include-optional-header.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50"
|
||||
SRCREV_FORMAT = "base_common"
|
||||
SRC_URI = " \
|
||||
git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \
|
||||
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common; \
|
||||
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;;branch=master \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://linuxtv.org/libcamera.git;protocol=git \
|
||||
git://linuxtv.org/libcamera.git;protocol=git;branch=master \
|
||||
"
|
||||
|
||||
SRCREV = "193ca8c353a42334f65ddfc988a105a47bca3547"
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026"
|
||||
|
||||
SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https \
|
||||
SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https;branch=master \
|
||||
file://libdvbcsa.pc \
|
||||
"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92
|
||||
PV = "1.10+git${SRCPV}"
|
||||
|
||||
SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2"
|
||||
DEPENDS = "libusb jpeg"
|
||||
|
||||
SRC_URI = "git://github.com/libuvc/libuvc.git"
|
||||
SRC_URI = "git://github.com/libuvc/libuvc.git;branch=master;protocol=https"
|
||||
SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74"
|
||||
PV = "v0.0.6+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1"
|
||||
DEPENDS = "curl-native libpcre2"
|
||||
|
||||
SRCREV = "adf655da0399530ac1b586590257847eb61be232"
|
||||
SRC_URI = "git://github.com/MycroftAI/mimic1.git \
|
||||
SRC_URI = "git://github.com/MycroftAI/mimic1.git;branch=master;protocol=https \
|
||||
file://0001-Fix-musl-compatibility.patch \
|
||||
file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \
|
||||
"
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native"
|
||||
PV = "5.1.0+git${SRCPV}"
|
||||
|
||||
SRCREV = "8be45b12a86bc0e46f2f836c8ac88e1e98d82aee"
|
||||
SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git"
|
||||
SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/"
|
||||
inherit meson
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/libmpdclient \
|
||||
git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "27767959442ef390aabb16790494ba93fed962ef"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit meson pkgconfig
|
||||
|
||||
DEPENDS += "libmpdclient"
|
||||
|
||||
SRC_URI = "git://github.com/MusicPlayerDaemon/mpc"
|
||||
SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https"
|
||||
SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -18,7 +18,7 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/MPD;branch=v0.22.x \
|
||||
git://github.com/MusicPlayerDaemon/MPD;branch=v0.22.x;protocol=https \
|
||||
file://0001-include-utility-for-std-forward.patch \
|
||||
file://mpd.conf.in \
|
||||
"
|
||||
|
||||
@@ -33,7 +33,7 @@ PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false"
|
||||
PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/ncmpc \
|
||||
git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \
|
||||
"
|
||||
SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6"
|
||||
|
||||
SRCREV = "913f29d3d550637934f9abf43a097eb2c30d76fc"
|
||||
SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master \
|
||||
SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=https \
|
||||
file://0001-Remove-python-venv.patch \
|
||||
file://0002-dev_setup.sh-Remove-the-git-dependency.patch \
|
||||
file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0f159f19f9377e1895fbb477d5a7953e"
|
||||
inherit cmake pkgconfig
|
||||
|
||||
SRCREV = "f5e0eef34db3a3ab94b61a2f99f84f078ba947e7"
|
||||
SRC_URI = "git://github.com/kcat/openal-soft \
|
||||
SRC_URI = "git://github.com/kcat/openal-soft;branch=master;protocol=https \
|
||||
file://0001-Use-BUILD_CC-to-compile-native-tools.patch \
|
||||
file://0002-makehrtf-Disable-Wstringop-truncation.patch \
|
||||
"
|
||||
|
||||
@@ -11,7 +11,7 @@ DEPENDS = "alsa-lib dbus udev"
|
||||
SRCREV = "14c11c0fe4d366bad4cfecdee97b6652ff9ed63d"
|
||||
PV = "0.2.7"
|
||||
|
||||
SRC_URI = "git://github.com/PipeWire/pipewire"
|
||||
SRC_URI = "git://github.com/PipeWire/pipewire;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = "gnutls zlib"
|
||||
|
||||
SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0"
|
||||
SRC_URI = " \
|
||||
git://git.ffmpeg.org/rtmpdump \
|
||||
git://git.ffmpeg.org/rtmpdump;branch=master \
|
||||
file://fix-racing-build-issue.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b"
|
||||
|
||||
SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5"
|
||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa \
|
||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \
|
||||
file://0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch \
|
||||
"
|
||||
PV = "1.1.1+git${SRCPV}"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
|
||||
file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
|
||||
DEPENDS = "libogg"
|
||||
|
||||
SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https \
|
||||
SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https;branch=master \
|
||||
file://obsolete_automake_macros.patch;striplevel=0 \
|
||||
file://tremor-arm-thumb2.patch \
|
||||
"
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1373274bc8d8001edc54933919f36f68"
|
||||
DEPENDS += "util-linux"
|
||||
|
||||
SRCREV = "5b45cdd9a56ca9da35ee0f8845cb4e2603d245dc"
|
||||
SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https"
|
||||
SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = "gstreamer1.0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b"
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;;branch=master"
|
||||
|
||||
FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
|
||||
FILES:${PN} += "${libdir}/*"
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee"
|
||||
SRC_URI = "git://github.com/cisco/libsrtp.git"
|
||||
SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
|
||||
|
||||
SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036"
|
||||
SRC_URI = "git://github.com/Haivision/srt;protocol=https \
|
||||
SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master \
|
||||
file://0001-don-t-install-srt-ffplay.patch \
|
||||
file://0001-core-Fix-build-with-GCC-11.-1806.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user