From 224deea993f8e20053cd05b6a31e56133e959263 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 24 Sep 2009 23:01:54 +0200 Subject: kexec-tools_2.0: bump to 2.01 (lot of fixes !)- update checksums.ini --- conf/checksums.ini | 6 +++--- recipes/kexec/kexec-tools-klibc-static_2.0.0.bb | 24 ------------------------ recipes/kexec/kexec-tools-klibc-static_2.0.1.bb | 24 ++++++++++++++++++++++++ recipes/kexec/kexec-tools_2.0.0.bb | 7 ------- recipes/kexec/kexec-tools_2.0.1.bb | 7 +++++++ 5 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 recipes/kexec/kexec-tools-klibc-static_2.0.0.bb create mode 100644 recipes/kexec/kexec-tools-klibc-static_2.0.1.bb delete mode 100644 recipes/kexec/kexec-tools_2.0.0.bb create mode 100644 recipes/kexec/kexec-tools_2.0.1.bb 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.0.bb deleted file mode 100644 index da12db185b..0000000000 --- a/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -# the binaries are statical linked against klibc -require kexec-tools2.inc - -DEFAULT_PREFERENCE = "-1" - -PR = "r0" -DEPENDS = "klibc" - -SRC_URI += "file://kexec2-klibc.patch;patch=1" -S = "${WORKDIR}/kexec-tools-${PV}" - -EXTRA_OECONF = " --without-zlib" - -export CC=${TARGET_PREFIX}klcc - -# standart oe cflags don't work with klcc -export CFLAGS="" -export CPPFLAGS="" -export LDFLAGS="" - -PACKAGES =+ "kexec-klibc-static kdump-klibc-static" - -FILES_kexec-klibc-static = "${sbindir}/kexec" -FILES_kdump-klibc-static = "${sbindir}/kdump" diff --git a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb new file mode 100644 index 0000000000..52f69fec62 --- /dev/null +++ b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb @@ -0,0 +1,24 @@ +# the binaries are statical linked against klibc +require kexec-tools2.inc + +DEFAULT_PREFERENCE = "1" + +PR = "r0" +DEPENDS = "klibc" + +#SRC_URI += "file://kexec2-klibc.patch;patch=1" +S = "${WORKDIR}/kexec-tools-${PV}" + +EXTRA_OECONF = " --without-zlib" + +export CC=${TARGET_PREFIX}klcc + +# standart oe cflags don't work with klcc +export CFLAGS="" +export CPPFLAGS="" +export LDFLAGS="" + +PACKAGES =+ "kexec-klibc-static kdump-klibc-static" + +FILES_kexec-klibc-static = "${sbindir}/kexec" +FILES_kdump-klibc-static = "${sbindir}/kdump" diff --git a/recipes/kexec/kexec-tools_2.0.0.bb b/recipes/kexec/kexec-tools_2.0.0.bb deleted file mode 100644 index 7692081d24..0000000000 --- a/recipes/kexec/kexec-tools_2.0.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -require kexec-tools2.inc -export LDFLAGS = "-L${STAGING_LIBDIR}" -EXTRA_OECONF = " --with-zlib=yes" - -PR = "r0" - -DEFAULT_PREFERENCE = "-1" 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" -- cgit v1.2.3