diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-08-17 11:34:00 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-08-18 10:52:05 +0200 |
| commit | 55240a48c3c5b3009439691a05762ed167ed083b (patch) | |
| tree | f437b4b0a86c955137f2595244bc733cff795790 /meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | |
| parent | 3d0b866967529a14268541b85e79cb35981e1aed (diff) | |
| download | meta-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.bb | 26 |
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 | ||
| 2 | require recipes-kernel/kexec/kexec-tools.inc | ||
| 3 | SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91" | ||
| 4 | SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188" | ||
| 5 | |||
| 6 | inherit klibc | ||
| 7 | |||
| 8 | FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:" | ||
| 9 | |||
| 10 | SRC_URI += "file://elf.patch \ | ||
| 11 | file://errno.patch \ | ||
| 12 | file://string.patch \ | ||
| 13 | file://syscall.patch \ | ||
| 14 | file://other.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | S = "${WORKDIR}/kexec-tools-${PV}" | ||
| 18 | |||
| 19 | EXTRA_OECONF += "--without-zlib" | ||
| 20 | |||
| 21 | PACKAGES =+ "kexec-klibc kdump-klibc" | ||
| 22 | |||
| 23 | CFLAGS += "-I${STAGING_DIR_HOST}${base_libdir}/klibc/include -I${STAGING_DIR_HOST}${base_libdir}/klibc/include/bits32" | ||
| 24 | |||
| 25 | FILES_kexec-klibc = "${sbindir}/kexec" | ||
| 26 | FILES_kdump-klibc = "${sbindir}/kdump" | ||
