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