summaryrefslogtreecommitdiff
path: root/package/device-tree-compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-13 12:23:35 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-13 12:23:35 +0200
commit9d6bea2babdf88563c1c80347e95935eb206d009 (patch)
treef88c4ac8dfd7d1ddee50aa4ad962e3b94b4d94fc /package/device-tree-compiler
parent7f1d50648a25abd3066c4b3a4c68964242ec02db (diff)
rename package and use github release
Diffstat (limited to 'package/device-tree-compiler')
-rw-r--r--package/device-tree-compiler/Makefile34
-rw-r--r--package/device-tree-compiler/patches/patch-Makefile11
2 files changed, 0 insertions, 45 deletions
diff --git a/package/device-tree-compiler/Makefile b/package/device-tree-compiler/Makefile
deleted file mode 100644
index 5bca21089..000000000
--- a/package/device-tree-compiler/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= device-tree-compiler
-PKG_VERSION:= b06e55c88b9b922ff7e25cd62a4709b65524f0fc
-PKG_GIT:= hash
-PKG_RELEASE:= 1
-PKG_DESCR:= compiler for dts files
-PKG_SECTION:= sys/misc
-HOST_BUILDDEP:= m4-host flex-host bison-host
-PKG_URL:= http://www.devicetree.org/Device_Tree_Compiler
-PKG_SITES:= https://git.kernel.org/pub/scm/utils/dtc/dtc.git
-
-PKG_CFLINE_DEVICE_TREE_COMPILER:= depends on ADK_HOST_ONLY
-
-include $(ADK_TOPDIR)/mk/host.mk
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call HOST_template,DEVICE_TREE_COMPILER,device-tree-compiler,$(PKG_VERSION)-$(PKG_RELEASE)))
-
-HOST_STYLE:= manual
-
-host-build:
- (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
- ${HOST_MAKE_FLAGS} dtc)
-
-device-tree-compiler-hostinstall:
- $(INSTALL_DIR) $(STAGING_HOST_DIR)/usr/bin
- $(INSTALL_BIN) $(WRKBUILD)/dtc $(STAGING_HOST_DIR)/usr/bin
-
-include $(ADK_TOPDIR)/mk/host-bottom.mk
-include $(ADK_TOPDIR)/mk/pkg-bottom.mk
diff --git a/package/device-tree-compiler/patches/patch-Makefile b/package/device-tree-compiler/patches/patch-Makefile
deleted file mode 100644
index a07d3e953..000000000
--- a/package/device-tree-compiler/patches/patch-Makefile
+++ /dev/null
@@ -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