diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:59:08 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:59:08 -0300 |
| commit | 43d985acf1e29a2801d7ee8d562cc2a00ba65ee8 (patch) | |
| tree | a62484e9fffa73f6b3c99c6777e55fe50613a1ce | |
| parent | 4d4d17ec86312712aea772b472433ed1da9a891e (diff) | |
| download | meta-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.bb | 3 |
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 @@ | |||
| 1 | DESCRIPTION = "Foundation Library" | 1 | SUMMARY = "SEC descriptor foundation library" |
| 2 | DESCRIPTION = "Foundation library of frame descriptors for the QorIQ SEC (crypto) block." | ||
| 2 | HOMEPAGE = "https://github.com/nxp-qoriq/flib" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq/flib" |
| 3 | SECTION = "flib" | 4 | SECTION = "flib" |
| 4 | LICENSE = "BSD-3-Clause & GPL-2.0-only" | 5 | LICENSE = "BSD-3-Clause & GPL-2.0-only" |
