editorconfig-core-c: fix reproducibility issue

remove STAGING_DIR_HOST from the EditorConfigTargets.cmake file

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2024-03-10 10:01:54 +01:00 committed by Khem Raj
parent 58224a65f2
commit 274879eadb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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
}