diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:40:17 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:40:17 -0300 |
| commit | b701ebbfc13a396d6d5880950c4fbe1d4832b52c (patch) | |
| tree | 83127c6ce9a89aed9025c9114fb19d4744169ac3 | |
| parent | 086106f898d5db72867fd6f40803b2c774e42d71 (diff) | |
| download | meta-freescale-b701ebbfc13a396d6d5880950c4fbe1d4832b52c.tar.gz | |
nxp-afe: Set SUMMARY, SECTION and order per oelint
Add the missing mandatory SUMMARY, set SECTION, and move DEPENDS ahead
of SRC_URI.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-multimedia/nxp-afe/nxp-afe_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-multimedia/nxp-afe/nxp-afe_git.bb b/recipes-multimedia/nxp-afe/nxp-afe_git.bb index dffbe8de2..4b45d3b45 100644 --- a/recipes-multimedia/nxp-afe/nxp-afe_git.bb +++ b/recipes-multimedia/nxp-afe/nxp-afe_git.bb | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | # Copyright 2025 NXP | 1 | # Copyright 2025 NXP |
| 2 | 2 | ||
| 3 | SUMMARY = "NXP Audio Front End (AFE)" | ||
| 3 | DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants" | 4 | DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants" |
| 4 | HOMEPAGE = "https://github.com/nxp-imx/nxp-afe" | 5 | HOMEPAGE = "https://github.com/nxp-imx/nxp-afe" |
| 6 | SECTION = "multimedia" | ||
| 5 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012" |
| 7 | 9 | ||
| @@ -9,12 +11,12 @@ PV = "1.0+git" | |||
| 9 | 11 | ||
| 10 | SRCBRANCH = "MM_04.10.03_2512_L6.18.2" | 12 | SRCBRANCH = "MM_04.10.03_2512_L6.18.2" |
| 11 | NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https" | 13 | NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https" |
| 14 | DEPENDS += "alsa-lib" | ||
| 15 | |||
| 12 | SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}" | 16 | SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}" |
| 13 | 17 | ||
| 14 | SRCREV = "7d518eb0b18f7c7faadeb3c3397f8b73f0012f3e" | 18 | SRCREV = "7d518eb0b18f7c7faadeb3c3397f8b73f0012f3e" |
| 15 | 19 | ||
| 16 | DEPENDS += "alsa-lib" | ||
| 17 | |||
| 18 | TARGET_CC_ARCH += "${LDFLAGS}" | 20 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 19 | 21 | ||
| 20 | do_install() { | 22 | do_install() { |
