diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-04-04 18:56:06 -0700 |
---|---|---|
committer | Walt Miner <walt@linux.com> | 2018-05-18 14:20:11 +0000 |
commit | 8192fbd33ae65a8eed9eb0fe3e7924d1181d7f66 (patch) | |
tree | 40d632c39bbdd77fb0ef420e86cd8beabed3afb6 /recipes-demo-hmi | |
parent | 579b2e7beee94f33a35d316da675ce652f1a05d9 (diff) |
mediaplayer: update dependencies for recipe
Update dependecies as follows:
* remove agl-service-mediascanner as RDEPENDS
* remove sqlite from DEPENDS
* add libqtappfw and qtwebsockets to DEPENDS
* add previously missing agl-service-bluetooth, and
agl-service-mediaplayer to RDEPENDS
Bug-AGL: SPEC-1375
Change-Id: I10213180e174da9df9b513d8519c8ce5b429896e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 9cdb55a111f2a4cf55d3b9c755e65a78b56d88a5)
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/mediaplayer/mediaplayer_git.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb index e99eb5bd5..b2524090c 100644 --- a/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo-hmi/mediaplayer/mediaplayer_git.bb @@ -13,9 +13,10 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS += "sqlite3 \ - qtquickcontrols2 \ +DEPENDS += "qtquickcontrols2 \ qtmultimedia \ + qtwebsockets \ + libqtappfw \ virtual/libhomescreen \ qlibwindowmanager \ " @@ -24,4 +25,6 @@ inherit qmake5 aglwgt RDEPENDS_${PN} += "qtmultimedia \ qtmultimedia-qmlplugins \ - agl-service-mediascanner" + agl-service-mediaplayer \ + agl-service-bluetooth \ +" |