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 | |
parent | aaef70f186aa239669269a8a4237b6d3dc99b5f5 (diff) |
kexec-tools_2.0: bump to 2.01 (lot of fixes !)- update checksums.ini
Diffstat (limited to 'recipes/kexec')
-rw-r--r-- | recipes/kexec/kexec-tools-klibc-static_2.0.1.bb (renamed from recipes/kexec/kexec-tools-klibc-static_2.0.0.bb) | 4 | ||||
-rw-r--r-- | recipes/kexec/kexec-tools_2.0.1.bb (renamed from recipes/kexec/kexec-tools_2.0.0.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb index da12db185b..52f69fec62 100644 --- a/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb +++ b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb @@ -1,12 +1,12 @@ # the binaries are statical linked against klibc require kexec-tools2.inc -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" PR = "r0" DEPENDS = "klibc" -SRC_URI += "file://kexec2-klibc.patch;patch=1" +#SRC_URI += "file://kexec2-klibc.patch;patch=1" S = "${WORKDIR}/kexec-tools-${PV}" EXTRA_OECONF = " --without-zlib" diff --git a/recipes/kexec/kexec-tools_2.0.0.bb b/recipes/kexec/kexec-tools_2.0.1.bb index 7692081d24..8285b20133 100644 --- a/recipes/kexec/kexec-tools_2.0.0.bb +++ b/recipes/kexec/kexec-tools_2.0.1.bb @@ -4,4 +4,4 @@ EXTRA_OECONF = " --with-zlib=yes" PR = "r0" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" |