summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Sieron <michalwsieron@gmail.com>2026-03-29 23:37:12 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 13:16:38 -0700
commit85bcf27db894db32aa79eeef0e0aaa60c53bdc3c (patch)
tree2ca32a311c3b5b2486080f874968f8fc7fa5e556
parent480015c97cedef6bac48877e8258e605e8b387e0 (diff)
downloadmeta-openembedded-85bcf27db894db32aa79eeef0e0aaa60c53bdc3c.tar.gz
syzkaller: Fix appends overriding values
Those LIC_FILES_CHKSUM:class-native(sdk) were actually overriding the rest of LIC_FILES_CHKSUM. Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc b/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc
index af118a4dd4..65306a17d0 100644
--- a/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc
+++ b/meta-oe/recipes-test/syzkaller/syzkaller-licenses.inc
@@ -79,5 +79,5 @@ LIC_FILES_CHKSUM_HOST = "\
79 file://pkg/mod/google.golang.org/appengine/v2@v2.0.6/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57;spdx=Apache-2.0 \ 79 file://pkg/mod/google.golang.org/appengine/v2@v2.0.6/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57;spdx=Apache-2.0 \
80" 80"
81 81
82LIC_FILES_CHKSUM:class-native += "${LIC_FILES_CHKSUM_HOST}" 82LIC_FILES_CHKSUM:append:class-native = " ${LIC_FILES_CHKSUM_HOST}"
83LIC_FILES_CHKSUM:class-nativesdk += "${LIC_FILES_CHKSUM_HOST}" 83LIC_FILES_CHKSUM:append:class-nativesdk = " ${LIC_FILES_CHKSUM_HOST}"