diff --git a/packages/sysutils/kexec-tools/meta b/packages/sysutils/kexec-tools/meta index 53284cdd4f..fbd0b79677 100644 --- a/packages/sysutils/kexec-tools/meta +++ b/packages/sysutils/kexec-tools/meta @@ -19,12 +19,12 @@ ################################################################################ PKG_NAME="kexec-tools" -PKG_VERSION="2.0.2" +PKG_VERSION="2.0.3" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.kernel.org/pub/linux/kernel/people/horms/" -PKG_URL="http://horms.net/projects/kexec/kexec-tools/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_URL="http://horms.net/projects/kexec/kexec-tools/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_DEPENDS="zlib" PKG_BUILD_DEPENDS="toolchain zlib" PKG_PRIORITY="optional" diff --git a/packages/sysutils/kexec-tools/patches/kexec-tools-2.0.2-gcc-4.6.patch b/packages/sysutils/kexec-tools/patches/kexec-tools-2.0.2-gcc-4.6.patch deleted file mode 100644 index c66d069a91..0000000000 --- a/packages/sysutils/kexec-tools/patches/kexec-tools-2.0.2-gcc-4.6.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur kexec-tools-2.0.2/purgatory/Makefile kexec-tools-2.0.2.patch/purgatory/Makefile ---- kexec-tools-2.0.2/purgatory/Makefile 2010-07-29 06:19:59.000000000 +0200 -+++ kexec-tools-2.0.2.patch/purgatory/Makefile 2011-10-30 18:38:31.462335639 +0100 -@@ -56,7 +56,7 @@ - -I$(srcdir)/include \ - -I$(shell $(CC) -print-file-name=include) - $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\ -- --no-undefined -nostartfiles -nostdlib -nodefaultlibs \ -+ -nostartfiles -nostdlib -nodefaultlibs \ - -e purgatory_start -r - - $(PURGATORY): $(PURGATORY_OBJS)