Update libqtappfw recipe to pull in libmpdclient dependency
for building the reworked mediaplayer support, and also add
a RRECOMMENDS definition that pulls in bluez5, connman, and
mpd to make the relationship more explicit. The intent is
to split the libqtappfw-X libraries into separate packages
with some follow-on rework and have these dependencies be
more fine-grained at that point.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: If7fcd57dab89a22dfee81017d0411854b1f16bda
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-DEPENDS = "qtbase qtdeclarative glib-2.0 bluez-glib connman-glib"
+DEPENDS = " \
+ qtbase \
+ qtdeclarative \
+ glib-2.0 \
+ bluez-glib \
+ connman-glib \
+ libmpdclient \
+"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "5ef90db242ad29c9772f2237b477c58ef65545c7"
inherit cmake_qt5 pkgconfig
+RRECOMMENDS:${PN} += "bluez5 connman mpd"
+
BBCLASSEXTEND = "nativesdk"