summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-23 10:05:30 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-23 10:05:30 -0300
commitb63dcd7814dcdaf79ad8f600ddfc90a71063130c (patch)
tree590ae71e3793c8d39623688629c50633948c7e31
parent6f54da5805e018cb097ca6f6e12023ce39d7d67d (diff)
downloadmeta-freescale-b63dcd7814dcdaf79ad8f600ddfc90a71063130c.tar.gz
itest: Expand DESCRIPTION per oelint
DESCRIPTION duplicated SUMMARY verbatim, tripping oelint's descriptionsame. Give DESCRIPTION a distinct, more descriptive value. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-security/smw/itest_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/smw/itest_git.bb b/recipes-security/smw/itest_git.bb
index 442f5fb89..750ee660d 100644
--- a/recipes-security/smw/itest_git.bb
+++ b/recipes-security/smw/itest_git.bb
@@ -1,6 +1,6 @@
1# Copyright 2026 NXP 1# Copyright 2026 NXP
2SUMMARY = "NXP i.MX Itest" 2SUMMARY = "NXP i.MX Itest"
3DESCRIPTION = "NXP i.MX Itest" 3DESCRIPTION = "NXP i.MX Itest, an integration test suite exercising the i.MX secure enclave (EdgeLock Enclave and SECO) interfaces."
4HOMEPAGE = "https://github.com/nxp-imx/itest" 4HOMEPAGE = "https://github.com/nxp-imx/itest"
5SECTION = "base" 5SECTION = "base"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"