diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:52:57 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:52:57 -0300 |
| commit | 34dcc7f09475b920792d83d4334c3b9e8045e306 (patch) | |
| tree | 3caa0b08a89575d30bc03c8ef464f3515e93a45b /recipes-graphics | |
| parent | 58eaa44617b931d747b86def8c7a67a9102b2118 (diff) | |
| download | meta-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.bb | 2 |
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 @@ | |||
| 1 | SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" | 1 | SUMMARY = "Experimental low level header only C++11 RAII wrapper classes for the OpenCL API" |
| 2 | DESCRIPTION = "Experimental header-only C++11 RAII wrapper classes that manage OpenCL API object lifetimes automatically." | ||
| 2 | HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL" | 3 | HOMEPAGE = "https://github.com/Unarmed1000/RapidOpenCL" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204" |
| 5 | 7 | ||
