From 6ed688828bcfa1deeeecebcd2f692afb6b0ab154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 23 Apr 2019 13:57:24 +0200 Subject: [PATCH] vlc: add qt5 to PACKAGECONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Attempts to enable qt5 by default failed [1] * Requires meta-oe patch [2] [1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-April/199331.html [2] https://patchwork.openembedded.org/patch/160618/ Signed-off-by: Andreas Müller --- appends/meta-qt5/vlc_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 appends/meta-qt5/vlc_%.bbappend diff --git a/appends/meta-qt5/vlc_%.bbappend b/appends/meta-qt5/vlc_%.bbappend new file mode 100644 index 0000000..de10379 --- /dev/null +++ b/appends/meta-qt5/vlc_%.bbappend @@ -0,0 +1,3 @@ +# VLC is not part of meta-qt5. We add append here so the append will work only +# in case meta-qt5 is in layers +PACKAGECONFIG_append = " qt5"