From: Wang Mingyu <[email protected]> 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch refreshed for 2.10
Signed-off-by: Wang Mingyu <[email protected]> --- ...kefile-Allow-for-CC-and-AR-to-be-overridden.patch | 12 ++++++++---- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch index fface76731..a39781908e 100644 --- a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch +++ b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch @@ -9,17 +9,18 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb. Signed-off-by: Randy Witt <[email protected]> Upstream-Status: Inappropriate [other] - --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile -index 223a839..a735584 100644 +index 83d2a33..e757839 100644 --- a/Makefile +++ b/Makefile -@@ -2,6 +2,6 @@ - VERSION = 2.8 +@@ -2,8 +2,8 @@ + include feature/test-feature.mak + + VERSION = 2.10 -CC = $(CROSS_COMPILE)gcc -AR = $(CROSS_COMPILE)ar +CC ?= $(CROSS_COMPILE)gcc @@ -27,3 +28,6 @@ index 223a839..a735584 100644 OBJDIR = bld +-- +2.43.0 + diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 2042768d5a..e782d990c8 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -1,5 +1,5 @@ -SRCREV = "9166c3f0bb9c5d3e31dc80aff165a5073b5ac5be" -PV = "2.9" +SRCREV = "40b14a2aac9449dfb07d4f9b4bd873fc3ea62f28" +PV = "2.10" PE = "1" SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https;tag=v${PV}" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233598): https://lists.openembedded.org/g/openembedded-core/message/233598 Mute This Topic: https://lists.openembedded.org/mt/118415719/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
