mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:24:24 +00:00
crossguid: fix reproducibility issue
remove STAGING_DIR_HOST from the crossguid-config.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
274879eadb
commit
2669bca479
@ -15,3 +15,6 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${datadir}/crossguid/cmake/crossguid-config.cmake
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user