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 | 21b94a2f880f6658f92eed1bc2bc72c3882eb2a7 (patch) | |
| tree | def9f1f14b4e703cf62a6c43df08354e40c3b39b | |
| parent | 43d985acf1e29a2801d7ee8d562cc2a00ba65ee8 (diff) | |
| download | meta-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.bb | 3 |
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 @@ | |||
| 1 | DESCRIPTION = "Frame Manager User Space Library" | 1 | SUMMARY = "Frame Manager userspace library" |
| 2 | DESCRIPTION = "Userspace library to configure the QorIQ DPAA Frame Manager (FMan)." | ||
| 2 | HOMEPAGE = "https://github.com/nxp-qoriq/fmlib" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq/fmlib" |
| 3 | SECTION = "fman" | 4 | SECTION = "fman" |
| 4 | LICENSE = "BSD-3-Clause & GPL-2.0-only" | 5 | LICENSE = "BSD-3-Clause & GPL-2.0-only" |
