aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-03 12:59:39 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-06 20:38:40 -0700
commita133111e69e78b8cff6dbc060ee6fb1da9f1f96d (patch)
tree403238061a20b5ab2db4a7f27c1ba15f093f4bb6 /meta-initramfs
parent63361b326722465e0a43ed45164695f4a60f5ce2 (diff)
downloadmeta-openembedded-a133111e69e78b8cff6dbc060ee6fb1da9f1f96d.tar.gz
recipes: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index 0f77f65df3..d45c62a082 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PV = "0.6+git${SRCPV}"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
-SRC_URI:append_libc-klibc = "\
+SRC_URI:append:libc-klibc = "\
file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \
file://0001-make-Add-compiler-includes-in-cflags.patch \
"