fluent-bit: build using git proto

This commit is contained in:
Vivek Kumar Dutta 2025-07-16 11:56:36 +05:30 committed by Vivek Dutta
parent 862a278fbe
commit fd0c7e93ef

View file

@ -10,10 +10,11 @@ PKG_RELEASE:=$(AUTORELEASE)
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) 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:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz PKG_MIRROR_HASH:=skip
PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit/archive/refs/tags/
PKG_HASH:=d97653210fce3aa61cf550ab403d56112de677cfb219818667ddb4452a1cf250
endif endif
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0