Skip to content

Commit

Permalink
fluentbit: change of download name
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
onkelpit authored and kraj committed Mar 6, 2023
1 parent 8b4ea01 commit 827bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 827bce8

Please sign in to comment.