summaryrefslogtreecommitdiffstats
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 0f77f65df..d45c62a08 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"
6PV = "0.6+git${SRCPV}" 6PV = "0.6+git${SRCPV}"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8SRC_URI = "git://github.com/kexecboot/kexecboot.git" 8SRC_URI = "git://github.com/kexecboot/kexecboot.git"
9SRC_URI:append_libc-klibc = "\ 9SRC_URI:append:libc-klibc = "\
10 file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ 10 file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \
11 file://0001-make-Add-compiler-includes-in-cflags.patch \ 11 file://0001-make-Add-compiler-includes-in-cflags.patch \
12" 12"