summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-08-17 11:34:00 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-08-18 10:52:05 +0200
commit55240a48c3c5b3009439691a05762ed167ed083b (patch)
treef437b4b0a86c955137f2595244bc733cff795790 /meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
parent3d0b866967529a14268541b85e79cb35981e1aed (diff)
downloadmeta-openembedded-55240a48c3c5b3009439691a05762ed167ed083b.tar.gz
kexec-tools-klibc: import from meta-zaurus layer
* http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=437022644822e16804537e42ecfaa011f9e61bc6 * V2: reset PR (meta-zaurus users have to downgrade or reflash) * V2: += used in EXTRA_OECONF, just in case for future changes Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb')
-rw-r--r--meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb b/meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
new file mode 100644
index 0000000000..9c35330f3e
--- /dev/null
+++ b/meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb
@@ -0,0 +1,26 @@
1# the binaries are statically linked against klibc
2require recipes-kernel/kexec/kexec-tools.inc
3SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91"
4SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188"
5
6inherit klibc
7
8FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:"
9
10SRC_URI += "file://elf.patch \
11 file://errno.patch \
12 file://string.patch \
13 file://syscall.patch \
14 file://other.patch \
15 "
16
17S = "${WORKDIR}/kexec-tools-${PV}"
18
19EXTRA_OECONF += "--without-zlib"
20
21PACKAGES =+ "kexec-klibc kdump-klibc"
22
23CFLAGS += "-I${STAGING_DIR_HOST}${base_libdir}/klibc/include -I${STAGING_DIR_HOST}${base_libdir}/klibc/include/bits32"
24
25FILES_kexec-klibc = "${sbindir}/kexec"
26FILES_kdump-klibc = "${sbindir}/kdump"