Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SRC_URI = "\
file://run-ptest \
file://001-enable-tests-with-crosscompiling.patch \
"
SRCREV = "a1cc19f53b63658f1b1400b36f199eafeeb895a6"
SRCREV = "bb4c0918b84a1a5e0ecfafb960711024cfee916f"

inherit cmake ptest pkgconfig

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From fd21562704a23fecfa184f388474186d0c17b84c Mon Sep 17 00:00:00 2001
From 13e5c08a0fe16e0262bb4bb29c696cd42a545bd5 Mon Sep 17 00:00:00 2001
From: Thomas Roos <throos@amazon.de>
Date: Mon, 29 Sep 2025 12:51:03 +0000
Subject: [PATCH] This enable the tests even when crosscompiling.
Expand All @@ -9,10 +9,10 @@ Upstream-Status: Inappropriate [oe specific]
1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0457e0f..b42625f 100644
index 0eafb22..ca21dc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,9 +90,7 @@ install(FILES ${EXPORT_MODULES}
@@ -91,9 +91,7 @@ install(FILES ${EXPORT_MODULES}
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/modules"
COMPONENT Development)

Expand Down
Loading