diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
| commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
| tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-multimedia/recipes-support/srt/srt_1.4.2.bb | |
| parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
| download | meta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz | |
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: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-support/srt/srt_1.4.2.bb')
| -rw-r--r-- | meta-multimedia/recipes-support/srt/srt_1.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb index f7dfda28f1..f162f08e73 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MPL-2.0" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" |
| 8 | 8 | ||
| 9 | SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" | 9 | SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" |
| 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https \ | 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master \ |
| 11 | file://0001-don-t-install-srt-ffplay.patch \ | 11 | file://0001-don-t-install-srt-ffplay.patch \ |
| 12 | file://0001-core-Fix-build-with-GCC-11.-1806.patch \ | 12 | file://0001-core-Fix-build-with-GCC-11.-1806.patch \ |
| 13 | " | 13 | " |
