diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:59:07 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:59:07 -0300 |
| commit | 502ebd287eb2a73fb7c3d8fcbc74679470b4c56c (patch) | |
| tree | 3b434e339b40bc8d058da4c3acd26d9904cde60a | |
| parent | b3c21e9cd644cd2d4f99bf0603066d0d03afd096 (diff) | |
| download | meta-freescale-502ebd287eb2a73fb7c3d8fcbc74679470b4c56c.tar.gz | |
spc: Set DESCRIPTION and SECTION per oelint
Add the missing mandatory DESCRIPTION and set SECTION.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-dpaa2/spc/spc_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index 2171d1de8..8459dda01 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | SUMMARY = "Soft Parser Configuration tool" | 1 | SUMMARY = "Soft Parser Configuration tool" |
| 2 | DESCRIPTION = "Soft Parser Configuration tool for the DPAA Frame Manager." | ||
| 2 | HOMEPAGE = "https://github.com/nxp-qoriq/spc" | 3 | HOMEPAGE = "https://github.com/nxp-qoriq/spc" |
| 4 | SECTION = "base" | ||
| 3 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8" |
| 5 | 7 | ||
