summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:40:17 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:40:17 -0300
commitb701ebbfc13a396d6d5880950c4fbe1d4832b52c (patch)
tree83127c6ce9a89aed9025c9114fb19d4744169ac3
parent086106f898d5db72867fd6f40803b2c774e42d71 (diff)
downloadmeta-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.bb6
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
3SUMMARY = "NXP Audio Front End (AFE)"
3DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants" 4DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants"
4HOMEPAGE = "https://github.com/nxp-imx/nxp-afe" 5HOMEPAGE = "https://github.com/nxp-imx/nxp-afe"
6SECTION = "multimedia"
5LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012"
7 9
@@ -9,12 +11,12 @@ PV = "1.0+git"
9 11
10SRCBRANCH = "MM_04.10.03_2512_L6.18.2" 12SRCBRANCH = "MM_04.10.03_2512_L6.18.2"
11NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https" 13NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
14DEPENDS += "alsa-lib"
15
12SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}" 16SRC_URI = "${NXPAFE_SRC};branch=${SRCBRANCH}"
13 17
14SRCREV = "7d518eb0b18f7c7faadeb3c3397f8b73f0012f3e" 18SRCREV = "7d518eb0b18f7c7faadeb3c3397f8b73f0012f3e"
15 19
16DEPENDS += "alsa-lib"
17
18TARGET_CC_ARCH += "${LDFLAGS}" 20TARGET_CC_ARCH += "${LDFLAGS}"
19 21
20do_install() { 22do_install() {