diff options
| -rw-r--r-- | meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb index eb8ec4f5ff..c1f5f4ed8e 100644 --- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb +++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb | |||
| @@ -37,4 +37,9 @@ EXTRA_OECMAKE:class-target = " \ | |||
| 37 | -DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \ | 37 | -DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | do_install:append:class-target() { | ||
| 41 | sed -i -e 's|${S}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake | ||
| 42 | sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake | ||
| 43 | } | ||
| 44 | |||
| 40 | BBCLASSEXTEND += "native nativesdk" | 45 | BBCLASSEXTEND += "native nativesdk" |
