diff options
-rw-r--r-- | conf/checksums.ini | 6 | ||||
-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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index ed3f12e0e7..ac0f85e222 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -12298,9 +12298,9 @@ sha256=a758c8f9b55d8288e2484dd1a2dcbd9c4ca3ca3052864a45cb104f613b7f712d md5=b4f7ffcc294d41a6a4c40d6e44b7734d sha256=280b34fefa12c3d7a3e432c3730fe5d0d56e8d169c28b695cce9ba6d8dbe6e38 -[http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-2.0.0.tar.gz] -md5=bf87c53f36b4454ad3cc50aa9c72faf3 -sha256=f8244b8c4691faf0c9765ec3acba730a5620c8077f9bed667b9ac835dd959ba2 +[http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-2.0.1.tar.gz] +md5=a7710a89fb0096002bccc57ab202a874 +sha256=95f352870df977271d912b6093f034bd3345e47a157493db96d1047b7654564d [http://kexecboot.home.linuxtogo.org/kexecboot-0.3.tar.gz] md5=3c3b8edb739146183b3ddff3e0af5f1c 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" |