mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:40:23 +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:
parent
58224a65f2
commit
274879eadb
@ -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
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user