aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-15 14:46:02 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-15 14:46:02 +0100
commit54fa869952dc6b7c2f05018f65434877257d44de (patch)
tree061bbe8844bd42f826a53ce1b4414dc6a568d86c /recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
parentb9f0d895f3d94ff42a8cd5c02924443915ce0181 (diff)
parent47d6cb217ff161738488f4f82af9dd8f8c616ce0 (diff)
downloadopenembedded-54fa869952dc6b7c2f05018f65434877257d44de.tar.gz
Merge branch 'org.openembedded.dev' into martin_jansa/srcpv
Conflicts: recipes/mesa/mesa-xlib_7.2.bb recipes/uclibc/uclibc_nptl.bb re-add SRCPV to illume-keyboards-shr Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
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.bb19
1 files changed, 19 insertions, 0 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
new file mode 100644
index 0000000000..3ee699b1b3
--- /dev/null
+++ b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
@@ -0,0 +1,19 @@
+# the binaries are statical linked against klibc
+require kexec-tools.inc
+
+PR = "r7"
+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"
+
+export CC=${TARGET_PREFIX}klcc
+
+PACKAGES =+ "kexec-klibc-static kdump-klibc-static"
+
+FILES_kexec-klibc-static = "${sbindir}/kexec"
+FILES_kdump-klibc-static = "${sbindir}/kdump"