aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorPeter Johennecken <onkelpit@users.noreply.github.com>2023-03-06 17:12:42 +0100
committerKhem Raj <raj.khem@gmail.com>2023-03-06 11:21:17 -0800
commit827bce8217bc2505bd9a5ba8ac648b67fcf73069 (patch)
treefc4ecea9692be25b08c20d2d15486e4325c79b45 /meta-oe/recipes-extended
parent8b4ea01ea1660684b9f7523c7a597eed7da0baf0 (diff)
downloadmeta-openembedded-contrib-827bce8217bc2505bd9a5ba8ac648b67fcf73069.tar.gz
fluentbit: change of download name
To prevent naming collisions when BB_GENERATE_MIRROR_TARBALLS is used, the packagename is used for the downloaded file. Otherwise it would just be source-${PV}.tar.gz Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb
index 814d4b9644..f626168421 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb
@@ -11,7 +11,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
SECTION = "net"
-SRC_URI = "https://releases.fluentbit.io/1.9/source-${PV}.tar.gz;subdir=fluent-bit-${PV} \
+SRC_URI = "https://releases.fluentbit.io/1.9/source-${PV}.tar.gz;subdir=fluent-bit-${PV};downloadfilename=${BPN}-${PV}.tar.gz \
file://0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch \
file://0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch \
file://0003-mbedtls-Do-not-overwrite-CFLAGS.patch \