diff options
-rw-r--r-- | meta-oe/recipes-core/opencl/opencl-headers_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_git.bb b/meta-oe/recipes-core/opencl/opencl-headers_git.bb index f77bf46d24..5e8e6f07fa 100644 --- a/meta-oe/recipes-core/opencl/opencl-headers_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-headers_git.bb | |||
@@ -5,12 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | # v2020.12.18 | 8 | PV = "v2022.01.04+git${SRCPV}" |
9 | SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b" | 9 | SRCREV = "59ac4dc2f282286d8db83143686cfe37ec658b84" |
10 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https" |
11 | 11 | ||
12 | do_configure[noexec] = "1" | 12 | do_configure[noexec] = "1" |
13 | do_compile[noexec] = "1" | 13 | do_compile[noexec] = "1" |
14 | ALLOW_EMPTY:${PN} = "1" | ||
14 | 15 | ||
15 | do_install () { | 16 | do_install () { |
16 | install -d ${D}${includedir}/CL/ | 17 | install -d ${D}${includedir}/CL/ |