diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-09-06 22:07:48 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-06 17:28:28 -0300 |
commit | 25cddd8cdc4b896d6607caf71c4be5ded4ae591c (patch) | |
tree | a363e1c723c58b001b5d7e2b7fb769533559e2c8 /recipes-graphics | |
parent | 63366536e30e892e0bf3ee6b5e53de77720ae158 (diff) | |
download | meta-freescale-25cddd8cdc4b896d6607caf71c4be5ded4ae591c.tar.gz |
Revert "wayland: Remove file provided by imx-gpu-viv"
This reverts commit 3be51cd536cfb08e95e852ddfdb180a51798b1f0.
This fixes the following issue:
| No package 'wayland-egl' found
Reason is that 3be51cd5 should have been removed as soon as the
following commit was pushed:
f1e39bd1 imx-gpu-viv: Remove wayland-egl files
Since imx-gpu-viv doesn't provide wayland-egl any longer, wayland
recipe has to.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/wayland_1.15.%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/wayland_1.15.%.bbappend b/recipes-graphics/wayland/wayland_1.15.%.bbappend deleted file mode 100644 index 31fc0aa6..00000000 --- a/recipes-graphics/wayland/wayland_1.15.%.bbappend +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | # Remove files provided by imx-gpu-viv | ||
2 | do_install_append_imxgpu () { | ||
3 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
4 | } | ||