bluedevil: remove obsolete patch

This commit is contained in:
Andreas Cord-Landwehr
2025-01-17 18:51:47 +01:00
parent e029e5c635
commit 002e837225
2 changed files with 0 additions and 36 deletions

View File

@@ -9,8 +9,6 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=93e64b4a83c7e441e48bbdeeea05c977"
PR = "r0"
SRC_URI:append = " file://0001-Avoid-absolute-build-path-in-private-header.patch"
DEPENDS = " \
bluez-qt \
kcoreaddons \

View File

@@ -1,34 +0,0 @@
From 897cb3427c0b72b0d881b2c4d7b4534732a7c248 Mon Sep 17 00:00:00 2001
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
Date: Mon, 4 Nov 2024 20:05:40 +0100
Subject: [PATCH] Avoid absolute build path in (private) header
Do not generate an absolute build path with host system paths into
internal headers, because that causes problems for debug symbol
unfolding.
Upstream-Status: Submitted [https://invent.kde.org/plasma/bluedevil/-/merge_requests/191]
SPDX-FileCopyrightText: Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: MIT
Signed-off-by: Andreas Cord-Landwehr <cordlandwehr@kde.org>
---
src/kio/bluetooth/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kio/bluetooth/CMakeLists.txt b/src/kio/bluetooth/CMakeLists.txt
index a5f6b735..cd091e58 100644
--- a/src/kio/bluetooth/CMakeLists.txt
+++ b/src/kio/bluetooth/CMakeLists.txt
@@ -3,7 +3,7 @@ set(kio_bluetooth_SRCS
)
set(kded_bluedevil.xml ${CMAKE_SOURCE_DIR}/src/interfaces/kded_bluedevil.xml)
-set_source_files_properties(${kded_bluedevil.xml} PROPERTIES INCLUDE ${CMAKE_SOURCE_DIR}/src/interfaces/kded_bluedevil_types.h)
+set_source_files_properties(${kded_bluedevil.xml} PROPERTIES INCLUDE ../../interfaces/kded_bluedevil_types.h)
qt_add_dbus_interface(kio_bluetooth_SRCS ${kded_bluedevil.xml} kdedbluedevil)
kconfig_add_kcfg_files(kio_bluetooth_SRCS GENERATE_MOC ../../settings/filereceiversettings.kcfgc)
--
2.43.0