summaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-12-15 00:04:02 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-12-15 00:11:25 +0100
commit3e031192d7a4128892c8ee7442e6abc1d1841426 (patch)
tree247292bf73e098c9fb96f9fc67f68995d29eadef /recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
parent4f0df4d7ebfb16eace5986e117af3cdde43185a7 (diff)
downloadopenembedded-3e031192d7a4128892c8ee7442e6abc1d1841426.tar.gz
kexec: rename to kexec-tools (kexec and kdump)
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.bb22
1 files changed, 22 insertions, 0 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
new file mode 100644
index 0000000000..1c2327f82e
--- /dev/null
+++ b/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
@@ -0,0 +1,22 @@
+# the binaries are statical linked against klibc
+require kexec-tools2.inc
+
+DEFAULT_PREFERENCE = "1"
+
+PR = "r3"
+DEPENDS = "klibc"
+
+SRC_URI += "file://kexec-tools-2-headers.patch;patch=1 \
+ file://kexec-tools-2-klibc.patch;patch=1 \
+ "
+
+S = "${WORKDIR}/kexec-tools-${PV}"
+
+EXTRA_OECONF = " --without-zlib"
+
+export CC=${TARGET_PREFIX}klcc
+
+PACKAGES =+ "kexec-klibc-static kdump-klibc-static"
+
+FILES_kexec-klibc-static = "${sbindir}/kexec"
+FILES_kdump-klibc-static = "${sbindir}/kdump"