From 7bf81175cb28c48631c7fdb9fcf9c37c9f1e1709 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Fri, 17 Jan 2025 18:52:31 +0100 Subject: [PATCH] plasma-workspace: remove obsolete patch --- recipes-plasma/plasma-workspace.inc | 2 -- ...h-generation-into-not-installed-head.patch | 32 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 recipes-plasma/plasma-workspace/0001-Fix-absolute-path-generation-into-not-installed-head.patch diff --git a/recipes-plasma/plasma-workspace.inc b/recipes-plasma/plasma-workspace.inc index 295a97e..42cc39e 100644 --- a/recipes-plasma/plasma-workspace.inc +++ b/recipes-plasma/plasma-workspace.inc @@ -10,8 +10,6 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=9e2385fe012386d34dcc5c9863070881" PR = "r0" -SRC_URI:append = " file://0001-Fix-absolute-path-generation-into-not-installed-head.patch" - DEPENDS = " \ qtdeclarative \ qtwayland-native \ diff --git a/recipes-plasma/plasma-workspace/0001-Fix-absolute-path-generation-into-not-installed-head.patch b/recipes-plasma/plasma-workspace/0001-Fix-absolute-path-generation-into-not-installed-head.patch deleted file mode 100644 index d47d594..0000000 --- a/recipes-plasma/plasma-workspace/0001-Fix-absolute-path-generation-into-not-installed-head.patch +++ /dev/null @@ -1,32 +0,0 @@ -From c48ef546b80658881579db6389a7489558a0ff0d Mon Sep 17 00:00:00 2001 -From: Andreas Cord-Landwehr -Date: Mon, 18 Nov 2024 19:50:24 +0100 -Subject: [PATCH] Fix absolute path generation into (not installed) header - -This fixes a Yocto QA issue that checks that all built artifacts do not -contain any absolute path reference to the build folder. Although this -is not a public header, the absolute patch can cause problems when -splitting the debug symbols and analyzing coredumps on a different -host system. - -Upstream-Status: Submitted [https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4926] ---- - kcms/region_language/localegenhelper/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kcms/region_language/localegenhelper/CMakeLists.txt b/kcms/region_language/localegenhelper/CMakeLists.txt -index 48d01d0b0a..21389d1721 100644 ---- a/kcms/region_language/localegenhelper/CMakeLists.txt -+++ b/kcms/region_language/localegenhelper/CMakeLists.txt -@@ -13,7 +13,7 @@ qt_generate_dbus_interface( - OPTIONS -s -m - ) - qt_add_dbus_adaptor(localegen_Helper_SRCS ${CMAKE_CURRENT_BINARY_DIR}/org.kde.localegenhelper.xml -- ${CMAKE_CURRENT_SOURCE_DIR}/localegenhelper.h LocaleGenHelper) -+ localegenhelper.h LocaleGenHelper) - add_executable(plasma-localegen-helper ${localegen_Helper_SRCS}) - target_link_libraries(plasma-localegen-helper - Qt::DBus --- -2.45.2 -