blob: 7f3f55b4924aaa68dfc4136b638d214748045fda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# the binaries are statically linked against klibc
require kexec-tools_${PV}.inc
PR = "r2"
inherit klibc
FILESPATHPKG =. "kexec-tools-${PV}:"
SRC_URI += "file://headers.patch \
file://elf.patch \
file://errno.patch \
file://string.patch \
file://syscall.patch \
file://other.patch \
"
S = "${WORKDIR}/kexec-tools-${PV}"
EXTRA_OECONF = " --without-zlib"
PACKAGES =+ "kexec-klibc kdump-klibc"
FILES_kexec-klibc = "${sbindir}/kexec"
FILES_kdump-klibc = "${sbindir}/kdump"
|