summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:52:57 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:52:57 -0300
commit34dcc7f09475b920792d83d4334c3b9e8045e306 (patch)
tree3caa0b08a89575d30bc03c8ef464f3515e93a45b /recipes-graphics
parent58eaa44617b931d747b86def8c7a67a9102b2118 (diff)
downloadmeta-freescale-34dcc7f09475b920792d83d4334c3b9e8045e306.tar.gz
rapidopencl: Set DESCRIPTION and SECTION per oelint
Add the missing mandatory DESCRIPTION and set SECTION. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb b/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
index 0dcd85640..d770faeb9 100644
--- a/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
+++ b/recipes-graphics/rapidopencl/rapidopencl_1.1.0.1.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" 1SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API"
2DESCRIPTION = "Experimental header-only C++11 RAII wrapper classes that manage OpenCL API object lifetimes automatically."
2HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL" 3HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL"
4SECTION = "graphics"
3LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
5 7