mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
opencl-icd-loader: switch to main branch
master branch was renamed main, so update the URI Signed-off-by: Julien STEPHAN <jstephan@baylibre.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
a38c92d8e9
commit
c9e034fbaa
@@ -8,7 +8,7 @@ inherit pkgconfig cmake
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "b342ff7b7f70a4b3f2cfc53215af8fa20adc3d86"
|
||||
SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=master;protocol=https"
|
||||
SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user