summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb
new file mode 100644
index 0000000000..3cc8265609
--- /dev/null
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb
@@ -0,0 +1,13 @@
1require kexec-tools.inc
2export LDFLAGS = "-L${STAGING_LIBDIR}"
3EXTRA_OECONF = " --with-zlib=yes"
4
5PR = "r0"
6
7SRC_URI[md5sum] = "1b362abd2e8669171a5ba50a9cc26183"
8SRC_URI[sha256sum] = "36a50fad961e24c9cdaa7c01b74d3cdd2b1bebf9bf0f0f3740dd1f21bd1b8ba6"
9
10PACKAGES =+ "kexec kdump"
11
12FILES_kexec = "${sbindir}/kexec"
13FILES_kdump = "${sbindir}/kdump"