libva-utils: Use HTTPS protocol by default.

This is more consistent with upstream usage. Also without this, the _remove
does not work and we get build failures such as:

    WARNING: libva-utils-intel-2.7.1-r0 do_fetch: Failed to fetch URL git://github.com/intel/libva-utils.git;branch=v2.6-branch;protocol=https, attempting MIRRORS if available
    ERROR: libva-utils-intel-2.7.1-r0 do_fetch: Fetcher failure: Unable to find revision 5a24c635f6fb2b9ac31cab3360afca50e1860812 in branch v2.6-branch even from upstream
    ERROR: libva-utils-intel-2.7.1-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch RL from any source.', 'git://github.com/intel/libva-utils.git;branch=v2.6-branch;protocol=https')

Signed-off-by: Drew Moseley <drew@moseleynet.net>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Drew Moseley 2021-12-14 08:14:40 -05:00 committed by Anuj Mittal
parent 625da85e7b
commit 87984115eb

View File

@ -3,8 +3,8 @@
require recipes-graphics/libva/libva-utils_2.6.0.bb
SRC_URI_remove = "git://github.com/intel/libva-utils.git;branch=v2.6-branch"
SRC_URI_prepend = "git://github.com/intel/libva-utils.git;branch=v2.7-branch "
SRC_URI_remove = "git://github.com/intel/libva-utils.git;branch=v2.6-branch;protocol=https"
SRC_URI_prepend = "git://github.com/intel/libva-utils.git;branch=v2.7-branch;protocol=https "
SRCREV = "5a24c635f6fb2b9ac31cab3360afca50e1860812"
S = "${WORKDIR}/git"