diff options
Diffstat (limited to 'package/dtc')
-rw-r--r-- | package/dtc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/dtc/Makefile b/package/dtc/Makefile index f822ba8e7..084fc777c 100644 --- a/package/dtc/Makefile +++ b/package/dtc/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= dtc -PKG_VERSION:= 1.6.0 +PKG_VERSION:= 1.6.1 PKG_RELEASE:= 1 -PKG_HASH:= 3d15dee7126a6c4a015ab47ec908cab13e39774b0315efaaebb223cb4a4d349c +PKG_HASH:= 6401c9a0f577a270df4632bf0f3e5454ccc7a5ca3caefa67a3e1c29c9c6b8c60 PKG_DESCR:= compiler for dts files PKG_SECTION:= sys/misc -HOST_BUILDDEP:= m4-host flex-host bison-host +HOST_BUILDDEP:= m4-host flex-host bison-host python3-host swig-host PKG_URL:= http://www.devicetree.org/Device_Tree_Compiler -PKG_SITES:= https://github.com/dgibson/dtc/archive/ +PKG_SITES:= https://github.com/dgibson/dtc/archive/refs/tags/ DISTFILES:= v$(PKG_VERSION).tar.gz |