Thank you for the fix. I have merged this in dunfell. Thanks,
Anuj On Tue, 2021-12-14 at 08:14 -0500, [email protected] wrote: > From: Drew Moseley <[email protected]> > > 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 <[email protected]> > --- > recipes-multimedia/libva/libva-utils-intel_2.7.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb > b/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb > index fbad286f3..6d0ad7c7b 100644 > --- a/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb > +++ b/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb > @@ -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" > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7385): https://lists.yoctoproject.org/g/meta-intel/message/7385 Mute This Topic: https://lists.yoctoproject.org/mt/87722064/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
