mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 17:32:18 +00:00
waylandpp: fix reproducibility issue
remove STAGING_DIR_HOST and S from the waylandpp-targets.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
2669bca479
commit
3e6f301fb5
@ -37,4 +37,9 @@ EXTRA_OECMAKE:class-target = " \
|
|||||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \
|
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_install:append:class-target() {
|
||||||
|
sed -i -e 's|${S}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake
|
||||||
|
sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake
|
||||||
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND += "native nativesdk"
|
BBCLASSEXTEND += "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user