aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb')
-rw-r--r--recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb b/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
deleted file mode 100644
index b092d60824..0000000000
--- a/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-# the binaries are statical linked against klibc
-require kexec-tools2.inc
-
-DEFAULT_PREFERENCE = "1"
-
-PR = "r4"
-DEPENDS = "klibc"
-
-FILESPATHPKG =. "kexec-tools-${PV}:"
-
-SRC_URI += "file://kexec-tools-2-headers.patch \
- file://kexec-tools-2-klibc.patch \
- "
-
-S = "${WORKDIR}/kexec-tools-${PV}"
-
-EXTRA_OECONF = " --without-zlib"
-
-export CC=${TARGET_PREFIX}klcc
-
-# reset inherited OE flags to avoid e.g. ggdb3 and keep size small
-export CFLAGS=""
-export CPPFLAGS=""
-export LDFLAGS=""
-
-PACKAGES =+ "kexec-klibc-static kdump-klibc-static"
-
-FILES_kexec-klibc-static = "${sbindir}/kexec"
-FILES_kdump-klibc-static = "${sbindir}/kdump"
-
-SRC_URI[md5sum] = "a7710a89fb0096002bccc57ab202a874"
-SRC_URI[sha256sum] = "95f352870df977271d912b6093f034bd3345e47a157493db96d1047b7654564d"