[oe] [PATCH][meta-qt5 7/7] qtwebengine: add dependency on flac

Martin Jansa martin.jansa at gmail.com
Fri Nov 6 13:38:12 UTC 2015


* autodetected from sysroot:
  WARNING: QA Issue: qtwebengine rdepends on libflac, but it isn't a build dependency? [build-deps]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-qt/qt5/qtwebengine_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index a9416d6..42f3d60 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -23,6 +23,8 @@ DEPENDS += " \
 # xscreensaver isn't covered in qtbase DEPENDS
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxscrnsaver', '', d)}"
 
+DEPENDS += "flac"
+
 DEPENDS += "yasm-native"
 EXTRA_QMAKEVARS_PRE += "WEBENGINE_CONFIG+=use_system_yasm"
 
-- 
2.6.2




More information about the Openembedded-devel mailing list