diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 14:37:28 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-26 14:37:42 -0500 |
commit | b747c6f5073668d82f4e9cd2485c7f0b2075d9cf (patch) | |
tree | 4b469a023bc5842395027cc93884c39f69188814 /package/device-tree-compiler/patches/patch-Makefile | |
parent | 35bc84e5f9e36ed081256d1491822a7c46c9c5c0 (diff) |
add dtc host-compile to avoid breakage with older dtc on host
Diffstat (limited to 'package/device-tree-compiler/patches/patch-Makefile')
-rw-r--r-- | package/device-tree-compiler/patches/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/device-tree-compiler/patches/patch-Makefile b/package/device-tree-compiler/patches/patch-Makefile new file mode 100644 index 000000000..35e962b78 --- /dev/null +++ b/package/device-tree-compiler/patches/patch-Makefile @@ -0,0 +1,20 @@ +--- device-tree-compiler-8b927bf3b80de4b0a49e6b6e4a56293e9baec364.orig/Makefile 2015-05-26 14:21:19.000000000 -0500 ++++ device-tree-compiler-8b927bf3b80de4b0a49e6b6e4a56293e9baec364/Makefile 2015-05-26 14:24:39.833627943 -0500 +@@ -63,7 +63,7 @@ endif + # Rules for versioning + # + +-DTC_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) ++DTC_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) + VERSION_FILE = version_gen.h + + CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ +@@ -82,7 +82,7 @@ localver_cmd = $(subst $(space),, $(stri + localver_scm = $(shell $(CONFIG_SHELL) ./scripts/setlocalversion) + localver_full = $(localver_config)$(localver_cmd)$(localver_scm) + +-dtc_version = $(DTC_VERSION)$(localver_full) ++dtc_version = $(DTC_VERSION) + + # Contents of the generated version file. + define filechk_version |