[openwrt/openwrt] uboot-tegra: bump to 2020.04
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 22 13:13:12 EST 2020
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fa7705103714a2abf8b3771712b002a6d46076c8
commit fa7705103714a2abf8b3771712b002a6d46076c8
Author: Tomasz Maciej Nowak <tmn505 at gmail.com>
AuthorDate: Wed Nov 25 17:10:03 2020 +0100
uboot-tegra: bump to 2020.04
This fixes error when host GCC >= 10.
/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
---
package/boot/uboot-tegra/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
index 778019257d..a3d66900db 100644
--- a/package/boot/uboot-tegra/Makefile
+++ b/package/boot/uboot-tegra/Makefile
@@ -6,10 +6,10 @@
#
include $(TOPDIR)/rules.mk
-PKG_VERSION := 2019.04
+PKG_VERSION := 2020.04
PKG_RELEASE := 1
-PKG_HASH := 76b7772d156b3ddd7644c8a1736081e55b78828537ff714065d21dbade229bef
+PKG_HASH := fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505 at gmail.com>
More information about the lede-commits
mailing list