mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
625da85e7b
commit
87984115eb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user