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 | 46797a506bfc24c185d1ec68680221e68358367f (patch) | |
| tree | 344bbb5e81049561fa2f695c756c4cfc43243bf8 | |
| parent | ae6b8c388e4782db2d201121b567c9ebf3295dbf (diff) | |
| download | meta-freescale-46797a506bfc24c185d1ec68680221e68358367f.tar.gz | |
imx-gpu-apitrace: Set DESCRIPTION, SECTION and order per oelint
Add the missing mandatory DESCRIPTION, set SECTION, and move
PACKAGE_ARCH ahead of FILES.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb index 93634b258..e846126b0 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
| 2 | SUMMARY = "Samples for OpenGL ES" | 2 | SUMMARY = "Samples for OpenGL ES" |
| 3 | DESCRIPTION = "OpenGL ES / EGL API tracing, replay and inspection tools for i.MX GPUs." | ||
| 3 | HOMEPAGE = "https://github.com/nxp-imx/apitrace-imx" | 4 | HOMEPAGE = "https://github.com/nxp-imx/apitrace-imx" |
| 5 | SECTION = "graphics" | ||
| 4 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50" |
| 6 | DEPENDS = "libpng procps zlib" | 8 | DEPENDS = "libpng procps zlib" |
| @@ -32,6 +34,8 @@ PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle" | |||
| 32 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" | 34 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" |
| 33 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" | 35 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" |
| 34 | 36 | ||
| 37 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 38 | |||
| 35 | SOLIBS = ".so" | 39 | SOLIBS = ".so" |
| 36 | FILES_SOLIBSDEV = "" | 40 | FILES_SOLIBSDEV = "" |
| 37 | FILES:${PN} += "\ | 41 | FILES:${PN} += "\ |
| @@ -44,7 +48,6 @@ EXTRA_OECMAKE += "\ | |||
| 44 | -DENABLE_STATIC_LIBSTDCXX=OFF \ | 48 | -DENABLE_STATIC_LIBSTDCXX=OFF \ |
| 45 | -DPython3_ROOT_DIR=/usr/bin/python3-native \ | 49 | -DPython3_ROOT_DIR=/usr/bin/python3-native \ |
| 46 | " | 50 | " |
| 47 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 48 | COMPATIBLE_MACHINE = "(imxgpu)" | 51 | COMPATIBLE_MACHINE = "(imxgpu)" |
| 49 | SECURITY_CFLAGS:toolchain-clang = "" | 52 | SECURITY_CFLAGS:toolchain-clang = "" |
| 50 | 53 | ||
