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
commit43d985acf1e29a2801d7ee8d562cc2a00ba65ee8 (patch)
treea62484e9fffa73f6b3c99c6777e55fe50613a1ce
parent4d4d17ec86312712aea772b472433ed1da9a891e (diff)
downloadmeta-freescale-43d985acf1e29a2801d7ee8d562cc2a00ba65ee8.tar.gz
flib: 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/flib/flib_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index 1d6209b39..f04def836 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -1,4 +1,5 @@
1DESCRIPTION = "Foundation Library" 1SUMMARY = "SEC descriptor foundation library"
2DESCRIPTION = "Foundation library of frame descriptors for the QorIQ SEC (crypto) block."
2HOMEPAGE = "https://github.com/nxp-qoriq/flib" 3HOMEPAGE = "https://github.com/nxp-qoriq/flib"
3SECTION = "flib" 4SECTION = "flib"
4LICENSE = "BSD-3-Clause & GPL-2.0-only" 5LICENSE = "BSD-3-Clause & GPL-2.0-only"