diff options
| author | Mike Crowe <mac@mcrowe.com> | 2026-02-13 12:13:15 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-16 00:34:03 -0800 |
| commit | 81d1e5c9acd93cafcf94010bacacd75bbb2de54a (patch) | |
| tree | fadead9b7ce182c720c190deca5e64809b1e459c /meta-oe/recipes-graphics | |
| parent | 1a6ceb010a5f6e7e4b5a3d081867fe4100e517cb (diff) | |
| download | meta-openembedded-81d1e5c9acd93cafcf94010bacacd75bbb2de54a.tar.gz | |
waylandpp: Move wayland-scanner++ to -dev package
wayland-scanner++ is only used during development so it's not usually
required to be installed on the target. wayland-scanner++.pc is already
in the -dev package.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb index 485915db35..93c00bda03 100644 --- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb +++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb | |||
| @@ -37,6 +37,8 @@ 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 | FILES:${PN}-dev += "${bindir}/wayland-scanner++" | ||
| 41 | |||
| 40 | do_install:append:class-target() { | 42 | do_install:append:class-target() { |
| 41 | sed -i -e 's|${S}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake | 43 | 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 | 44 | sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake |
