diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-11-25 11:01:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-25 21:53:44 +0000 |
commit | 619273ecb6c17efd0b4d01f17688f1b211991ca2 (patch) | |
tree | 8aba9fd8f6b0f5ad9497b430fda4ed3049a8c42d /meta-skeleton/recipes-core/busybox/busybox_%.bbappend | |
parent | 765d0f25ce48636b1838a5968e2dc15de2127428 (diff) | |
download | openembedded-core-contrib-619273ecb6c17efd0b4d01f17688f1b211991ca2.tar.gz |
meta-skeleton: fix warnings for append operators combined with +=
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-core/busybox/busybox_%.bbappend')
-rw-r--r-- | meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 2 |
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 @@ # http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append:mydistro += " \ +SRC_URI:append:mydistro = " \ file://no_rfkill.cfg \ " |