diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.4.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.4.0.bb b/meta/recipes-graphics/wayland/wayland_1.4.0.bb index 0f08cacfea..604b7f4c54 100644 --- a/meta/recipes-graphics/wayland/wayland_1.4.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.4.0.bb | |||
@@ -34,3 +34,7 @@ do_install_append_class-native() { | |||
34 | -e 's,$PKG_CONFIG,pkg-config-native,g' \ | 34 | -e 's,$PKG_CONFIG,pkg-config-native,g' \ |
35 | -i ${D}/${datadir}/aclocal/wayland-scanner.m4 | 35 | -i ${D}/${datadir}/aclocal/wayland-scanner.m4 |
36 | } | 36 | } |
37 | |||
38 | sysroot_stage_all_append_class-target () { | ||
39 | cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ | ||
40 | } | ||