Browse Source

dtc: update to 1.6.0

Waldemar Brodkorb 4 years ago
parent
commit
d95a853931
2 changed files with 2 additions and 13 deletions
  1. 2 2
      package/dtc/Makefile
  2. 0 11
      package/dtc/patches/patch-Makefile

+ 2 - 2
package/dtc/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		dtc
-PKG_VERSION:=		1.4.4
+PKG_VERSION:=		1.6.0
 PKG_RELEASE:=		1
-PKG_HASH:=		2f2c0bf4d84763595953885bdcd2159b0b85410018c8ba48cc31b3d6e443e4d8
+PKG_HASH:=		3d15dee7126a6c4a015ab47ec908cab13e39774b0315efaaebb223cb4a4d349c
 PKG_DESCR:=		compiler for dts files
 PKG_SECTION:=		sys/misc
 HOST_BUILDDEP:=		m4-host flex-host bison-host

+ 0 - 11
package/dtc/patches/patch-Makefile

@@ -1,11 +0,0 @@
---- device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc.orig/Makefile	2016-04-05 12:08:43.000000000 +0200
-+++ device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc/Makefile	2016-04-05 12:52:14.756802700 +0200
-@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION =
- CPPFLAGS = -I libfdt -I .
- WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
- 	-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
--CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
-+CFLAGS = -g -Os -fPIC $(WARNINGS)
- 
- BISON = bison
- LEX = flex