summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-demo-hmi/mediaplayer/mediaplayer_git.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
index b2524090c..c6ac66ef3 100644
--- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
+++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb
@@ -14,7 +14,6 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS += "qtquickcontrols2 \
- qtmultimedia \
qtwebsockets \
libqtappfw \
virtual/libhomescreen \
@@ -23,8 +22,4 @@ DEPENDS += "qtquickcontrols2 \
inherit qmake5 aglwgt
-RDEPENDS_${PN} += "qtmultimedia \
- qtmultimedia-qmlplugins \
- agl-service-mediaplayer \
- agl-service-bluetooth \
-"
+RDEPENDS_${PN} += "agl-service-mediaplayer agl-service-bluetooth"
20'>120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155