remove STAGING_DIR_HOST from the EditorConfigTargets.cmake file
Signed-off-by: Markus Volk <[email protected]>
---
.../editorconfig/editorconfig-core-c_0.12.6.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
index 1facb352c..976120b51 100644
--- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
+++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
@@ -13,3 +13,6 @@ inherit cmake
DEPENDS = "pcre2"
+do_install:append() {
+ sed -i -e 's|${STAGING_DIR_HOST}||g'
${D}${libdir}/cmake/EditorConfig/EditorConfigTargets.cmake
+}
--
2.44.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109251):
https://lists.openembedded.org/g/openembedded-devel/message/109251
Mute This Topic: https://lists.openembedded.org/mt/104841329/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-