summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-11-25 11:01:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-25 21:55:10 +0000
commitac0cfb5ee46cb33a83614ef0ff01cc6397150ba1 (patch)
tree67f92cab4a35b28791b3dadec1400fcf95e1e00b
parentc6f23f1f0fad29da4dee27a9cb8219ae05a8bfd5 (diff)
downloadpoky-ac0cfb5ee46cb33a83614ef0ff01cc6397150ba1.tar.gz
meta-skeleton: fix warnings for append operators combined with +=
(From OE-Core rev: 619273ecb6c17efd0b4d01f17688f1b211991ca2) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-skeleton/recipes-core/busybox/busybox_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
index 621c94f651..3c936eb713 100644
--- a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
@@ -8,6 +8,6 @@
8# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration 8# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
9FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 9FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
10 10
11SRC_URI:append:mydistro += " \ 11SRC_URI:append:mydistro = " \
12 file://no_rfkill.cfg \ 12 file://no_rfkill.cfg \
13 " 13 "