diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-02 01:48:54 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-02 01:48:54 +0200 |
commit | 93e2f314df0434df3e1f3ae537129b9f7ee3e5de (patch) | |
tree | c936ee7e4834ea7bd134ac927f69466610a70087 /recipes/kexec-tools/kexec-tools_2.0.2.bb | |
parent | aa9c0c455fd36214f4b82cb1bd0e620e632389b0 (diff) |
kexec-tools: move to 2.0.2 and remove older versions
* binary for klibc static only tested on arm
* updated dietlibc version (not tested, dietlibc seems broken today...)
Diffstat (limited to 'recipes/kexec-tools/kexec-tools_2.0.2.bb')
-rw-r--r-- | recipes/kexec-tools/kexec-tools_2.0.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/kexec-tools/kexec-tools_2.0.2.bb b/recipes/kexec-tools/kexec-tools_2.0.2.bb new file mode 100644 index 0000000000..d9800b1c5b --- /dev/null +++ b/recipes/kexec-tools/kexec-tools_2.0.2.bb @@ -0,0 +1,6 @@ +require kexec-tools_${PV}.inc + +PR = "r0" + +EXTRA_OECONF = " --with-zlib=yes" +export LDFLAGS = "-L${STAGING_LIBDIR}" |