diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-03-15 00:22:40 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-03-15 09:17:11 -0700 |
| commit | 60f872278dde6156fcf73c19cce3fea295938a06 (patch) | |
| tree | 8f4df4f52c7428ba00e9ec4583b5dbaf84ad8872 /meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |
| parent | 3189c0dc8f9978ab8f9a4c4f40eead440a07df91 (diff) | |
| download | meta-openembedded-60f872278dde6156fcf73c19cce3fea295938a06.tar.gz | |
kexec-tools,kexec: Fix build with latest klibc
klibc has changed its signature of reboot() API
adapt the use here
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
| -rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 61210e7680..4b20e1ed9a 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
| @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 6 | PV = "0.6+git${SRCPV}" | 6 | PV = "0.6+git${SRCPV}" |
| 7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
| 8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
| 9 | SRC_URI_append_libc-klibc = " file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch " | ||
| 10 | |||
| 9 | SRCREV = "7409a1e0aaea61af87c4eca0149cec18a9f58ab6" | 11 | SRCREV = "7409a1e0aaea61af87c4eca0149cec18a9f58ab6" |
| 10 | inherit autotools | 12 | inherit autotools |
| 11 | 13 | ||
