diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-09 06:30:59 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-09 06:33:40 +0200 |
commit | 308dcb63d05f8826df9f111255d4a305a39d7744 (patch) | |
tree | 8bac13b8ecfb92cb2d9ba5ad223d4e98ab5905f5 /meta-agl-bsp/meta-aglprofilegraphical/recipes-graphics/wayland/libva_%.bbappend | |
parent | 24d93c4ef272935c27a7bf747b43a58e203aeb12 (diff) |
Fix folder name to use entry in BBFILE_COLLECTIONS
Thus meta-agl-bsp/meta-agl-profile-graphical needs to be meta-agl-bsp/meta-aglprofilegraphical
Bug-AGL: SPEC-1552
Change-Id: I9a504a3e6c090ca8a8dea108a11c0394c0a27b14
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-aglprofilegraphical/recipes-graphics/wayland/libva_%.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-aglprofilegraphical/recipes-graphics/wayland/libva_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-aglprofilegraphical/recipes-graphics/wayland/libva_%.bbappend b/meta-agl-bsp/meta-aglprofilegraphical/recipes-graphics/wayland/libva_%.bbappend new file mode 100644 index 000000000..eda8de38a --- /dev/null +++ b/meta-agl-bsp/meta-aglprofilegraphical/recipes-graphics/wayland/libva_%.bbappend @@ -0,0 +1,4 @@ +# This patch correct a bug in libva1_1.7.0.bb 1.8 inmeta-intel (no clue when it will be fixed) +# libva.bb calls for an x11 runtime dependency even if wayland is selected +# +RDEPENDS_${PN}-egl_remove = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "${PN}-x11", d)}" |