summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-15 23:02:17 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-04-16 12:42:46 +0200
commit97354fd229aa62a4174b0a93f28951edde6cc0f4 (patch)
tree54aa7a7cb8c3c710df70fccb9e82c97a8c038277
parent60262f141d7b0c3872065141e5e038d274b06185 (diff)
downloadbuildroot-97354fd229aa62a4174b0a93f28951edde6cc0f4.tar.gz
buildroot-97354fd229aa62a4174b0a93f28951edde6cc0f4.zip
elf2flt: use new upstream site and bump version
The uClinux developers now have a Github with elf2flt code, with an upstream that is again active. Let's switch to this upstream, which has built-in support for ARM noMMU, contributed by Waldemar. Since we're now fetching from github, a hash file is added as well. Finally, we disable -Werror to avoid build issues caused by warnings. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/elf2flt/elf2flt.hash2
-rw-r--r--package/elf2flt/elf2flt.mk8
2 files changed, 6 insertions, 4 deletions
diff --git a/package/elf2flt/elf2flt.hash b/package/elf2flt/elf2flt.hash
new file mode 100644
index 0000000000..be7c77605b
--- /dev/null
+++ b/package/elf2flt/elf2flt.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 64ede6936aa88028378e08192039c29791b9e32714cc861762214b8e106e7145 elf2flt-8a3e74446fe7d866f0517ee089a37f4bdf4bc9f7.tar.gz
diff --git a/package/elf2flt/elf2flt.mk b/package/elf2flt/elf2flt.mk
index bec270b5be..6c16c3000d 100644
--- a/package/elf2flt/elf2flt.mk
+++ b/package/elf2flt/elf2flt.mk
@@ -4,9 +4,8 @@
#
################################################################################
-ELF2FLT_VERSION = f859213b18a67fcfc09961267e0a1122d35186f4
-ELF2FLT_SITE = http://cgit.openadk.org/cgi/cgit/elf2flt.git
-ELF2FLT_SITE_METHOD = git
+ELF2FLT_VERSION = 8a3e74446fe7d866f0517ee089a37f4bdf4bc9f7
+ELF2FLT_SITE = $(call github,uclinux-dev,elf2flt,$(ELF2FLT_VERSION))
ELF2FLT_LICENSE = GPLv2+
ELF2FLT_LICENSE_FILES = LICENSE.TXT
@@ -19,7 +18,8 @@ HOST_ELF2FLT_CONF_OPTS = \
--with-binutils-include-dir=$(HOST_BINUTILS_DIR)/include/ \
--with-libbfd=$(HOST_BINUTILS_DIR)/bfd/libbfd.a \
--with-libiberty=$(HOST_BINUTILS_DIR)/libiberty/libiberty.a \
- --target=$(GNU_TARGET_NAME)
+ --target=$(GNU_TARGET_NAME) \
+ --disable-werror
HOST_ELF2FLT_LIBS = -lz
OpenPOWER on IntegriCloud