diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-07-30 13:59:07 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-01 12:18:09 +0000 |
commit | dd4fe1c7ba8da1ca8da0df46049811537e569188 (patch) | |
tree | c78829a3c7b72027c32263e8d3471803425a21a0 /meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend | |
parent | 12c569634e5fbb1e4d29316dafba8bde783953c3 (diff) |
Remove porter reference from meta-agl
* Remove, from recipes, reference to porter, gen2, krogoth.
* cleanup mardown from reference to porter.
* cleanup markdown (markdownlint score 0).
Change-Id: I70b9880fc52ef3c848da588d3a256fa8eee48606
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend')
-rw-r--r-- | meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend index d568b1284..e939fa35a 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtbase_%.bbappend @@ -1,9 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -DEPENDS_append_koelsch = " libegl" -#DEPENDS_append_porter = " libegl" -DEPENDS_append_porter = " ${@base_conditional('PREFERRED_PROVIDER_virtual/egl', 'mesa', 'mesa', 'libegl', d)}" - PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility" |