From fd0c7e93ef2ac99057e494bd432b2c08b959b83e Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 16 Jul 2025 11:56:36 +0530 Subject: [PATCH] fluent-bit: build using git proto --- fluent-bit/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fluent-bit/Makefile b/fluent-bit/Makefile index 158cb6247..d96835be2 100644 --- a/fluent-bit/Makefile +++ b/fluent-bit/Makefile @@ -10,10 +10,11 @@ PKG_RELEASE:=$(AUTORELEASE) LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git +PKG_SOURCE_VERSION=v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit/archive/refs/tags/ -PKG_HASH:=d97653210fce3aa61cf550ab403d56112de677cfb219818667ddb4452a1cf250 +PKG_MIRROR_HASH:=skip endif PKG_LICENSE:=Apache-2.0