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 #410

Merged
merged 3 commits into from
Dec 28, 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: 2 additions & 2 deletions package/mpdecimal/mpdecimal.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From http://www.bytereef.org/mpdecimal/download.html
sha256 9f9cd4c041f99b5c49ffb7b59d9f12d95b683d88585608aa56a6307667b2b21f mpdecimal-2.5.1.tar.gz
sha256 942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c mpdecimal-4.0.0.tar.gz
# Locally computed
sha256 b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a LICENSE.txt
sha256 2713324211652ce4a60e6e21e54f9dc3004299e591b0933a352f1a89c5fb53c2 COPYRIGHT.txt
4 changes: 2 additions & 2 deletions package/mpdecimal/mpdecimal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
################################################################################

MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
MPDECIMAL_VERSION = 2.5.1
MPDECIMAL_VERSION = 4.0.0
MPDECIMAL_INSTALL_STAGING = YES
MPDECIMAL_LICENSE = BSD-2-Clause
MPDECIMAL_LICENSE_FILES = LICENSE.txt
MPDECIMAL_LICENSE_FILES = COPYRIGHT.txt
MPDECIMAL_CONF_OPTS = LD="$(TARGET_CC)"

# threads are only needed for tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 063972eece2fb8157f0feb98a4608c2984c7c5ff Mon Sep 17 00:00:00 2001
From 17ec1bce74419f8193c0246dbde2d2fdd6b1b4e3 Mon Sep 17 00:00:00 2001
From: Peter Korsgaard <[email protected]>
Date: Wed, 12 May 2021 09:18:33 +0200
Subject: [PATCH] Makefile: drop explicit undefine PYLIB for compatibility with
Expand Down Expand Up @@ -30,12 +30,12 @@ Signed-off-by: Julien Olivain <[email protected]>
1 file changed, 5 deletions(-)

diff --git a/Makefile b/Makefile
index e2f8579..62c906f 100644
index f656e34..1206f40 100644
--- a/Makefile
+++ b/Makefile
@@ -37,11 +37,6 @@ LDFLAGS ?=

PYLIB ?= $(shell python3 -m get_pylib)
@@ -52,11 +52,6 @@ else
$(warning libcpupower disabled, building without --deepest-idle-state support.)
endif

-# Check for errors, such as python3 not available
-ifeq (${PYLIB},)
Expand All @@ -46,5 +46,5 @@ index e2f8579..62c906f 100644
src/pi_tests/pi_stress.8 \
src/ptsematest/ptsematest.8 \
--
2.45.2
2.47.0

2 changes: 1 addition & 1 deletion package/rt-tests/rt-tests.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From https://mirrors.edge.kernel.org/pub/linux/utils/rt-tests/sha256sums.asc
sha256 0e5b2fbc98ceb786bd113c9a30f0388d884b2d8c4bd6c569d94ae8b00a702bbb rt-tests-2.7.tar.xz
sha256 13190fda63fae640a354d3378c16030f1bd4c243e514515810145dd9d1ae16d8 rt-tests-2.8.tar.xz
# locally computed hash
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
4 changes: 2 additions & 2 deletions package/rt-tests/rt-tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests/older
RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests
RT_TESTS_SOURCE = rt-tests-$(RT_TESTS_VERSION).tar.xz
RT_TESTS_VERSION = 2.7
RT_TESTS_VERSION = 2.8
RT_TESTS_LICENSE = GPL-2.0+
RT_TESTS_LICENSE_FILES = COPYING

Expand Down
2 changes: 1 addition & 1 deletion package/tinifier/tinifier.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 a56fd648cdc86f82837fedfd3e1a9ecc5750f15be24630ea1533d64fc6d1c2bb tinifier-3.4.0-go2.tar.gz
sha256 42e5ad67a1533c009f655d8c66dbdbf5e6fe3b9934293586534b55143d1a542e tinifier-4.1.0-go2.tar.gz
sha256 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c LICENSE
2 changes: 1 addition & 1 deletion package/tinifier/tinifier.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

TINIFIER_VERSION = 3.4.0
TINIFIER_VERSION = 4.1.0
TINIFIER_SITE = $(call github,tarampampam,tinifier,v$(TINIFIER_VERSION))
TINIFIER_LICENSE = MIT
TINIFIER_LICENSE_FILES = LICENSE
Expand Down