summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-01-09 23:46:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-10 17:28:47 +0000
commit0c91196fcbb953393b3e2f5623b1edc5b40aa445 (patch)
treeea8d73a7452f6cc286edfad85c1245b41ee8e565
parent3996288e52de328ffb48ad83c084f73786df3f39 (diff)
downloadpoky-0c91196fcbb953393b3e2f5623b1edc5b40aa445.tar.gz
kexec-tools: split packaging of kexec and kdump
* from meta-oe (originally from org.openembedded.dev) * There are no reasons to install kdump when only kexec is needed. * * In oe-core/meta there are no references to kexec-tools so * the recipes inn external layers rdepending on kexec-tools should be * fixed and rdepend on kexec and/or kdump. * * Bump PR. (From OE-Core rev: 1f40a5486f703684c5d1d7360ef3cbdf75577495) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
index caed8160e2..8d2e606076 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
@@ -2,8 +2,13 @@ require kexec-tools.inc
2export LDFLAGS = "-L${STAGING_LIBDIR}" 2export LDFLAGS = "-L${STAGING_LIBDIR}"
3EXTRA_OECONF = " --with-zlib=yes" 3EXTRA_OECONF = " --with-zlib=yes"
4 4
5PR = "r1" 5PR = "r2"
6 6
7SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch" 7SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch"
8SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91" 8SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91"
9SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188" 9SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188"
10
11PACKAGES =+ "kexec kdump"
12
13FILES_kexec = "${sbindir}/kexec"
14FILES_kdump = "${sbindir}/kdump"