diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-09-24 23:01:54 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-09-24 23:03:35 +0200 |
commit | 224deea993f8e20053cd05b6a31e56133e959263 (patch) | |
tree | 48ee0c41f9ac80e50570ce01919b1d32920bcbbb /recipes/kexec/kexec-tools_2.0.1.bb | |
parent | aaef70f186aa239669269a8a4237b6d3dc99b5f5 (diff) |
kexec-tools_2.0: bump to 2.01 (lot of fixes !)- update checksums.ini
Diffstat (limited to 'recipes/kexec/kexec-tools_2.0.1.bb')
-rw-r--r-- | recipes/kexec/kexec-tools_2.0.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/kexec/kexec-tools_2.0.1.bb b/recipes/kexec/kexec-tools_2.0.1.bb new file mode 100644 index 0000000000..8285b20133 --- /dev/null +++ b/recipes/kexec/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 = "r0" + +DEFAULT_PREFERENCE = "1" |