Skip to content

Commit

Permalink
meta-freescale: update waffle patch to compatible with version 1.7.2
Browse files Browse the repository at this point in the history
In yocto release kirkstone, waffle package is upgraded from 1.7.0
to 1.7.2, and there is below error reported when applying patch:
Applying patch 0001-meson-Add-missing-wayland-dependency-on-EGL.patch
patching file meson.build
Hunk #1 succeeded at 65 (offset 2 lines).
Hunk #2 succeeded at 107 (offset 2 lines).
Hunk #3 succeeded at 126 with fuzz 1 (offset 4 lines).
So, adjust the patch context to compatible with version 1.7.2

Signed-off-by: Meng Li <[email protected]>
  • Loading branch information
limeng-linux committed Jan 16, 2024
1 parent 47e0b46 commit a9d4c5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Signed-off-by: Tom Hochstein <[email protected]>
)
dep_wayland_scanner = dependency(
@@ -120,7 +122,7 @@ else
wayland_xdg_shell_xml = join_paths(dep_wayland_proto.get_pkgconfig_variable('pkgdatadir'),
wayland_xdg_shell_xml = join_paths(dep_wayland_proto.get_variable(pkgconfig: 'pkgdatadir'),
'stable/xdg-shell/xdg-shell.xml')
endif
- build_wayland = dep_egl.found() and dep_wayland_client.found() and dep_wayland_egl.found() and dep_wayland_scanner.found() and dep_wayland_proto.found()
Expand Down

0 comments on commit a9d4c5e

Please sign in to comment.