[openwrt/openwrt] tools: lz4: update to 1.10.0
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 4 22:01:33 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bf917ea792d890f7ea431bd3dffb763c231857e0
commit bf917ea792d890f7ea431bd3dffb763c231857e0
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Jul 27 18:49:43 2025 +0200
tools: lz4: update to 1.10.0
Changelog:
https://github.com/lz4/lz4/blob/08bfdbe222fe2681600bdbef6fea885745583e61/NEWS
Switch the lz4 source from codeload to git.
Link: https://github.com/openwrt/openwrt/pull/19560
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
tools/lz4/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/tools/lz4/Makefile b/tools/lz4/Makefile
index cf1738a52f..aea66328e3 100644
--- a/tools/lz4/Makefile
+++ b/tools/lz4/Makefile
@@ -8,11 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lz4
-PKG_VERSION:=1.9.4
+PKG_VERSION:=1.10.0
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://codeload.github.com/lz4/lz4/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_URL:=https://github.com/lz4/lz4.git
+PKG_SOURCE_VERSION:=ebb370ca83af193212df4dcbadcc5d87bc0de2f0
+PKG_MIRROR_HASH:=b168683fbeee4182f6f64bc216ad23f3b94edefbca9b8792dcd99ecd0a49f20f
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=LICENSE lib/LICENSE
@@ -21,7 +22,7 @@ PKG_CPE_ID:=cpe:/a:lz4_project:lz4
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/meson.mk
-MESON_HOST_BUILD_DIR:=$(HOST_BUILD_DIR)/contrib/meson/openwrt-build
+MESON_HOST_BUILD_DIR:=$(HOST_BUILD_DIR)/build/meson/openwrt-build
# Always optimize for speed
HOST_CFLAGS := $(filter-out -O%,$(HOST_CFLAGS)) -O3
More information about the lede-commits
mailing list