* [Buildroot] [PATCH 1/1] package/libosmium: bump version to 2.17.2
@ 2021-12-30 7:50 Maxim Kochetkov
2021-12-30 12:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Maxim Kochetkov @ 2021-12-30 7:50 UTC (permalink / raw)
To: buildroot; +Cc: Maxim Kochetkov
Changelog: https://github.com/osmcode/libosmium/releases/tag/v2.17.2
Since commit ac5a20e64b: "Github actions: Use lz4 library in CI builds"
lz4 is mandatory dependency, so move it to permanent dependencies list.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
package/libosmium/Config.in | 1 +
package/libosmium/libosmium.hash | 2 +-
package/libosmium/libosmium.mk | 8 ++------
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/package/libosmium/Config.in b/package/libosmium/Config.in
index 9f002d3516..3a4c64e9d2 100644
--- a/package/libosmium/Config.in
+++ b/package/libosmium/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBOSMIUM
depends on BR2_USE_WCHAR # boost
select BR2_PACKAGE_BOOST
select BR2_PACKAGE_PROTOZERO
+ select BR2_PACKAGE_LZ4
help
A fast and flexible C++ library for working with OpenStreetMap
data. Libosmium works on Linux, macOS and Windows.
diff --git a/package/libosmium/libosmium.hash b/package/libosmium/libosmium.hash
index ce3c7b6020..564b7c07d7 100644
--- a/package/libosmium/libosmium.hash
+++ b/package/libosmium/libosmium.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 6faa7952aa1210dcd9ae4ef83e7653a4f8eb880e6a4e5b37f87a5d4835f6327b libosmium-2.17.1.tar.gz
+sha256 f30e37c28f37ca3857b8107a12e6d138a0719831eca52a836692909801c8b0bd libosmium-2.17.2.tar.gz
sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE
diff --git a/package/libosmium/libosmium.mk b/package/libosmium/libosmium.mk
index a969f2c4dc..82dd274bba 100644
--- a/package/libosmium/libosmium.mk
+++ b/package/libosmium/libosmium.mk
@@ -4,12 +4,12 @@
#
################################################################################
-LIBOSMIUM_VERSION = 2.17.1
+LIBOSMIUM_VERSION = 2.17.2
LIBOSMIUM_SITE = $(call github,osmcode,libosmium,v$(LIBOSMIUM_VERSION))
LIBOSMIUM_LICENSE = BSL-1.0
LIBOSMIUM_LICENSE_FILES = LICENSE
LIBOSMIUM_INSTALL_STAGING = YES
-LIBOSMIUM_DEPENDENCIES = boost protozero
+LIBOSMIUM_DEPENDENCIES = boost protozero lz4
ifeq ($(BR2_PACKAGE_BZIP2),y)
LIBOSMIUM_DEPENDENCIES += bzip2
@@ -23,10 +23,6 @@ ifeq ($(BR2_PACKAGE_LIBGEOS),y)
LIBOSMIUM_DEPENDENCIES += libgeos
endif
-ifeq ($(BR2_PACKAGE_LZ4),y)
-LIBOSMIUM_DEPENDENCIES += lz4
-endif
-
ifeq ($(BR2_PACKAGE_PROJ),y)
LIBOSMIUM_DEPENDENCIES += proj
endif
--
2.33.1
_______________________________________________
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 1/1] package/libosmium: bump version to 2.17.2
2021-12-30 7:50 [Buildroot] [PATCH 1/1] package/libosmium: bump version to 2.17.2 Maxim Kochetkov
@ 2021-12-30 12:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-12-30 12:27 UTC (permalink / raw)
To: Maxim Kochetkov; +Cc: buildroot
On Thu, 30 Dec 2021 10:50:28 +0300
Maxim Kochetkov <fido_max@inbox.ru> wrote:
> Changelog: https://github.com/osmcode/libosmium/releases/tag/v2.17.2
>
> Since commit ac5a20e64b: "Github actions: Use lz4 library in CI builds"
> lz4 is mandatory dependency, so move it to permanent dependencies list.
>
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
> ---
> package/libosmium/Config.in | 1 +
> package/libosmium/libosmium.hash | 2 +-
> package/libosmium/libosmium.mk | 8 ++------
> 3 files changed, 4 insertions(+), 7 deletions(-)
Applied to master, 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:[~2021-12-30 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 7:50 [Buildroot] [PATCH 1/1] package/libosmium: bump version to 2.17.2 Maxim Kochetkov
2021-12-30 12:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox