mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
vc-intrinsics: add nobranch=1 in SRC_URI
Upstream has force pushed master and the commit we were fetching is no longer present on that branch. Remove the branch parameter and switch to using nobranch to continue using that commit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
01ad1a73aa
commit
94837c7212
|
@ -6,7 +6,7 @@ targeting GPU"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc"
|
||||
|
||||
SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;branch=master \
|
||||
SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;nobranch=1 \
|
||||
"
|
||||
SRCREV = "99ac111c2604a47d865bd4d7996be8cfaf2af146"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user