diff options
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb | 7 |
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 | |||
2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
3 | EXTRA_OECONF = " --with-zlib=yes" | 3 | EXTRA_OECONF = " --with-zlib=yes" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch" | 7 | SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch" |
8 | SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91" | 8 | SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91" |
9 | SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188" | 9 | SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188" |
10 | |||
11 | PACKAGES =+ "kexec kdump" | ||
12 | |||
13 | FILES_kexec = "${sbindir}/kexec" | ||
14 | FILES_kdump = "${sbindir}/kdump" | ||