diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-03 07:23:40 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-03 12:35:28 +0800 |
| commit | e4d0c52cba29298b32f97651412a7b28130d8beb (patch) | |
| tree | b8d0027f7088e0d585df10d624d739ef4dfc78b2 /recipes-multimedia/onevpl | |
| parent | b8e0ee50ecb6560d9e9d18d8fbcfa82a730a85af (diff) | |
| download | meta-intel-e4d0c52cba29298b32f97651412a7b28130d8beb.tar.gz | |
meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch
to using https protocol for Github projects.
The change was made using convert_srcuri script for OE-Core.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/onevpl')
| -rw-r--r-- | recipes-multimedia/onevpl/onevpl_2021.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/onevpl/onevpl_2021.6.0.bb b/recipes-multimedia/onevpl/onevpl_2021.6.0.bb index 079622f8..86a2b60b 100644 --- a/recipes-multimedia/onevpl/onevpl_2021.6.0.bb +++ b/recipes-multimedia/onevpl/onevpl_2021.6.0.bb | |||
| @@ -8,7 +8,7 @@ LICENSE = "MIT" | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ |
| 9 | file://third-party-programs.txt;md5=67727fd253b1b4574cd9eea78a2b0620" | 9 | file://third-party-programs.txt;md5=67727fd253b1b4574cd9eea78a2b0620" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https \ | 11 | SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \ |
| 12 | file://0001-Fix-basename-build-issue-with-musl_libc.patch \ | 12 | file://0001-Fix-basename-build-issue-with-musl_libc.patch \ |
| 13 | file://0001-Extends-errorTypes-to-support-JPEG-errors.patch \ | 13 | file://0001-Extends-errorTypes-to-support-JPEG-errors.patch \ |
| 14 | " | 14 | " |
