mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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:
@@ -13,3 +13,6 @@ inherit cmake
|
|||||||
|
|
||||||
DEPENDS = "pcre2"
|
DEPENDS = "pcre2"
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/EditorConfig/EditorConfigTargets.cmake
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user