diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-12-21 14:41:29 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2015-12-21 14:41:29 +0000 |
commit | ee2a49c5adc2bc545df6f616f235af42589f1655 (patch) | |
tree | 00fadbc5838f6387e5a4f5ccd52be67eadef0935 /recipes-qt | |
parent | 92aa6b10348ff0a0202fed677615ce333d3530ac (diff) |
Disable AM/FM QML Radio Plugin
Temporarily, due to the following issue : http://lists.
linuxfoundation.org/pipermail/automotive-discussions
/2015-December/001402.html .
Will be re-enabled when it can play nice with MediaPlayer.
Change-Id:I1c7d9e86dfc53da3659a941f4ed09f2d5e68b006
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index 28ddbd4ad..abc62d806 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -35,7 +35,6 @@ RDEPENDS_${PN} += "\ qtwayland-plugins \ qtwayland-tools \ qtgraphicaleffects-qmlplugins \ - qml-radio-plugin \ qml-execscript-plugin \ " |