Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from buildroot:master #388

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package/armadillo/armadillo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ ARMADILLO_CONF_OPTS += -DLAPACK_FOUND=ON
ARMADILLO_DEPENDENCIES += lapack
endif

ifeq ($(BR2_STATIC_LIBS),y)
ARMADILLO_CONF_OPTS += -DSTATIC_LIB=ON
endif

$(eval $(cmake-package))
2 changes: 1 addition & 1 deletion package/azure-iot-sdk-c/azure-iot-sdk-c.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Locally computed:
sha256 73bf42846089152d298d4a3810df274820aa84013943676eb71a7d4131a4a769 azure-iot-sdk-c-LTS_08_2023-git4.tar.gz
sha256 3dbb005bfadc6162906d4ba3c8599b4ec39025d474fc5337546f7447584041bc azure-iot-sdk-c-LTS_08_2024-git4.tar.gz

# Hash for license files:
sha256 be2e9913fad9ff33607287c728f392579e2a6cc83e51b203ef6274c41db02ee7 LICENSE
2 changes: 1 addition & 1 deletion package/azure-iot-sdk-c/azure-iot-sdk-c.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

AZURE_IOT_SDK_C_VERSION = LTS_08_2023
AZURE_IOT_SDK_C_VERSION = LTS_08_2024
AZURE_IOT_SDK_C_SITE = https://github.com/Azure/azure-iot-sdk-c
AZURE_IOT_SDK_C_SITE_METHOD = git
AZURE_IOT_SDK_C_GIT_SUBMODULES = YES
Expand Down
2 changes: 1 addition & 1 deletion package/sdbus-cpp/sdbus-cpp.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Locally computed:
sha256 88af4569161a0d0192f0f4a94582a1af4e75722499d06984fb7f91f638f5afb3 sdbus-cpp-2.0.0.tar.gz
sha256 6025e5dc6cddd532ff960d14e68ced5f42a1916b23a73fea6bcb437f06992eaf sdbus-cpp-2.1.0.tar.gz
sha256 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331 COPYING
sha256 a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657 COPYING-LGPL-Exception
2 changes: 1 addition & 1 deletion package/sdbus-cpp/sdbus-cpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

SDBUS_CPP_VERSION = 2.0.0
SDBUS_CPP_VERSION = 2.1.0
SDBUS_CPP_SITE = $(call github,Kistler-Group,sdbus-cpp,v$(SDBUS_CPP_VERSION))
SDBUS_CPP_INSTALL_STAGING = YES
SDBUS_CPP_DEPENDENCIES = host-pkgconf systemd
Expand Down