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
@@ -1,4 +1,4 @@
From 65e840573de890a5145dc20e13974cbc478af95b Mon Sep 17 00:00:00 2001
From 750c53a33eb880a58f14a0748d9999030ac1168a 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 0277dbb..c5a20e8 100644
index 681ba75..35d0fde 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -267,8 +267,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
@@ -268,8 +268,6 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/"
COMPONENT Development)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SRC_URI = "\
file://001-enable-tests-with-crosscompiling.patch \
file://run-ptest \
"
SRCREV = "28e4eb351a536daf1627bf69279e50671f7729b5"
SRCREV = "ad7d398a1aa5a59a59f3a3b6abc08aa910422896"

inherit cmake ptest pkgconfig

Expand Down
Loading