* [Buildroot] [PATCH next 1/1] package/bcc: bump version to 0.31.0
@ 2024-08-16 13:18 Julien Olivain
2024-08-19 20:26 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-08-16 13:18 UTC (permalink / raw)
To: buildroot; +Cc: Jugurtha BELKALEM, Romain Naour, Julien Olivain
For a change log since 0.29.1, see:
https://github.com/iovisor/bcc/blob/v0.31.0/debian/changelog
This commit also changes BCC_SITE_METHOD to "git". This is because the
upstream source archive name does not contain the version. It is
always named "bcc-src-with-submodule.tar.gz" in all releases. If using
the https _SITE_METHOD, bumping the version will not download the new
version if the directory BR2_DL_DIR contains an old one, with the same
name. Since the upstream repository uses git submodules, this commit
also adds "BCC_GIT_SUBMODULES = YES".
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/bcc/bcc.hash | 2 +-
package/bcc/bcc.mk | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/bcc/bcc.hash b/package/bcc/bcc.hash
index b37e125b1a..7ed164eda0 100644
--- a/package/bcc/bcc.hash
+++ b/package/bcc/bcc.hash
@@ -1,3 +1,3 @@
# locally calculated
-sha256 321575fa94f3274040379dd2d4535217f45099f4240b58a4dfc171aa8c78402f bcc-src-with-submodule.tar.gz
+sha256 5641b1db0b9ec60a6afd67b4607c790f49e580c207638bb4ebcea2805c6f373b bcc-v0.31.0-git4.tar.gz
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE.txt
diff --git a/package/bcc/bcc.mk b/package/bcc/bcc.mk
index e496c4b344..d5d72aa9c0 100644
--- a/package/bcc/bcc.mk
+++ b/package/bcc/bcc.mk
@@ -4,9 +4,10 @@
#
################################################################################
-BCC_VERSION = 0.29.1
-BCC_SITE = https://github.com/iovisor/bcc/releases/download/v$(BCC_VERSION)
-BCC_SOURCE = bcc-src-with-submodule.tar.gz
+BCC_VERSION = v0.31.0
+BCC_SITE = https://github.com/iovisor/bcc
+BCC_SITE_METHOD = git
+BCC_GIT_SUBMODULES = YES
BCC_LICENSE = Apache-2.0
BCC_LICENSE_FILES = LICENSE.txt
BCC_INSTALL_STAGING = YES
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH next 1/1] package/bcc: bump version to 0.31.0
2024-08-16 13:18 [Buildroot] [PATCH next 1/1] package/bcc: bump version to 0.31.0 Julien Olivain
@ 2024-08-19 20:26 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-19 20:26 UTC (permalink / raw)
To: Julien Olivain; +Cc: Jugurtha BELKALEM, Romain Naour, buildroot
On Fri, 16 Aug 2024 15:18:56 +0200
Julien Olivain <ju.o@free.fr> wrote:
> For a change log since 0.29.1, see:
> https://github.com/iovisor/bcc/blob/v0.31.0/debian/changelog
>
> This commit also changes BCC_SITE_METHOD to "git". This is because the
> upstream source archive name does not contain the version. It is
> always named "bcc-src-with-submodule.tar.gz" in all releases. If using
> the https _SITE_METHOD, bumping the version will not download the new
> version if the directory BR2_DL_DIR contains an old one, with the same
> name. Since the upstream repository uses git submodules, this commit
> also adds "BCC_GIT_SUBMODULES = YES".
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> package/bcc/bcc.hash | 2 +-
> package/bcc/bcc.mk | 7 ++++---
> 2 files changed, 5 insertions(+), 4 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-19 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16 13:18 [Buildroot] [PATCH next 1/1] package/bcc: bump version to 0.31.0 Julien Olivain
2024-08-19 20:26 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.