summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:59:07 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:59:07 -0300
commit502ebd287eb2a73fb7c3d8fcbc74679470b4c56c (patch)
tree3b434e339b40bc8d058da4c3acd26d9904cde60a
parentb3c21e9cd644cd2d4f99bf0603066d0d03afd096 (diff)
downloadmeta-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.bb2
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 @@
1SUMMARY = "Soft Parser Configuration tool" 1SUMMARY = "Soft Parser Configuration tool"
2DESCRIPTION = "Soft Parser Configuration tool for the DPAA Frame Manager."
2HOMEPAGE = "https://github.com/nxp-qoriq/spc" 3HOMEPAGE = "https://github.com/nxp-qoriq/spc"
4SECTION = "base"
3LICENSE = "MIT" 5LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8"
5 7