diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-05-09 15:13:07 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-05-09 15:45:51 +0800 |
commit | 8f18594ac938160a3f15866aeb2e84a64233dc0f (patch) | |
tree | 2014c2e228f28a146aab8dd74e7665f2a1e48e0f /libs/dtc | |
parent | f35a29fd2beb8e97de11c649c073adca13bd9d3a (diff) |
dtc: bump to version 1.4.6
Suggested-by: Tom Burkart <tom@aussec.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'libs/dtc')
-rw-r--r-- | libs/dtc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libs/dtc/Makefile b/libs/dtc/Makefile index 1ac33d7c8..1fa0bcba2 100644 --- a/libs/dtc/Makefile +++ b/libs/dtc/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dtc -PKG_VERSION:=1.4.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.6 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=13456ee9840abbbcb956d0711c580d28524e2ee17840e556e744311f2d8afaac +PKG_HASH:=382302bfcc3c40734be80ac620983971d911ec4cde798f551873f3eb008c7b7e PKG_SOURCE_URL:=https://www.kernel.org/pub/software/utils/dtc PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=GPL @@ -59,8 +59,10 @@ endef TARGET_CFLAGS += \ $(FPIC) +# NO_PYTHON is for disabling pylibfdt MAKE_FLAGS += \ PREFIX= \ + NO_PYTHON=1 \ CFLAGS="$(TARGET_CFLAGS)" define Build/InstallDev |