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 --- 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 +++++++ 4 files changed, 31 insertions(+), 31 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 (limited to 'recipes/kexec') 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