diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-12-15 00:04:02 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-12-15 00:11:25 +0100 |
commit | 3e031192d7a4128892c8ee7442e6abc1d1841426 (patch) | |
tree | 247292bf73e098c9fb96f9fc67f68995d29eadef /recipes/kexec-tools/kexec-tools_2.0.1.bb | |
parent | 4f0df4d7ebfb16eace5986e117af3cdde43185a7 (diff) |
kexec: rename to kexec-tools (kexec and kdump)
Diffstat (limited to 'recipes/kexec-tools/kexec-tools_2.0.1.bb')
-rw-r--r-- | recipes/kexec-tools/kexec-tools_2.0.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/kexec-tools/kexec-tools_2.0.1.bb b/recipes/kexec-tools/kexec-tools_2.0.1.bb new file mode 100644 index 0000000000..606b3fd634 --- /dev/null +++ b/recipes/kexec-tools/kexec-tools_2.0.1.bb @@ -0,0 +1,7 @@ +require kexec-tools2.inc +export LDFLAGS = "-L${STAGING_LIBDIR}" +EXTRA_OECONF = " --with-zlib=yes" + +PR = "r2" + +DEFAULT_PREFERENCE = "1" |