From c14c85fbc7f280cfa356d02f39892812798cd5fd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 6 Jul 2021 19:11:18 -0700 Subject: [PATCH] dtc: update to 1.6.1 Fixes compilation with GCC11. Reorganized Makefile variables for consistency between packages. Signed-off-by: Rosen Penev --- libs/dtc/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/libs/dtc/Makefile b/libs/dtc/Makefile index fe388eca90..97c17c54d7 100644 --- a/libs/dtc/Makefile +++ b/libs/dtc/Makefile @@ -8,19 +8,21 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dtc -PKG_VERSION:=1.6.0 -PKG_RELEASE:=1 +PKG_VERSION:=1.6.1 +PKG_RELEASE:=$(AUTORELEASE) + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=10503b0217e1b07933e29e8d347a00015b2431bea5f59afe0bed3af30340c82d +PKG_HASH:=65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473 PKG_SOURCE_URL:=@KERNEL/software/utils/dtc -PKG_LICENSE:=GPL-2.0 -PKG_LICENSE_FILES:=GPL -PKG_INSTALL:=1 + PKG_MAINTAINER:=Yousong Zhou +PKG_LICENSE:=GPL-2.0-only +PKG_LICENSE_FILES:=GPL + +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk - define Package/dtc SECTION:=utils CATEGORY:=Utilities