summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:59:08 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:59:08 -0300
commit21b94a2f880f6658f92eed1bc2bc72c3882eb2a7 (patch)
treedef9f1f14b4e703cf62a6c43df08354e40c3b39b
parent43d985acf1e29a2801d7ee8d562cc2a00ba65ee8 (diff)
downloadmeta-freescale-21b94a2f880f6658f92eed1bc2bc72c3882eb2a7.tar.gz
fmlib: Set SUMMARY and expand DESCRIPTION per oelint
Add the missing mandatory SUMMARY and expand the terse DESCRIPTION. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-dpaa/fmlib/fmlib_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index d88a7cf5e..761f48611 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Frame Manager User Space Library" 1SUMMARY = "Frame Manager userspace library"
2DESCRIPTION = "Userspace library to configure the QorIQ DPAA Frame Manager (FMan)."
2HOMEPAGE = "https://github.com/nxp-qoriq/fmlib" 3HOMEPAGE = "https://github.com/nxp-qoriq/fmlib"
3SECTION = "fman" 4SECTION = "fman"
4LICENSE = "BSD-3-Clause & GPL-2.0-only" 5LICENSE = "BSD-3-Clause & GPL-2.0-only"