diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-23 10:05:30 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-23 10:05:30 -0300 |
| commit | b63dcd7814dcdaf79ad8f600ddfc90a71063130c (patch) | |
| tree | 590ae71e3793c8d39623688629c50633948c7e31 | |
| parent | 6f54da5805e018cb097ca6f6e12023ce39d7d67d (diff) | |
| download | meta-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.bb | 2 |
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 |
| 2 | SUMMARY = "NXP i.MX Itest" | 2 | SUMMARY = "NXP i.MX Itest" |
| 3 | DESCRIPTION = "NXP i.MX Itest" | 3 | DESCRIPTION = "NXP i.MX Itest, an integration test suite exercising the i.MX secure enclave (EdgeLock Enclave and SECO) interfaces." |
| 4 | HOMEPAGE = "https://github.com/nxp-imx/itest" | 4 | HOMEPAGE = "https://github.com/nxp-imx/itest" |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
