X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Flibqtappfw%2Flibqtappfw_git.bb;h=326685fefa37b47982d1cf785edf4f28faf18c46;hb=7e0e397f3c6c91f3cdaae237f9e0d37046cabbd8;hp=cc36e71842346cfa384382b521d1dacf4b27d236;hpb=9b7d5f3bd1134bcdb214d870a201b54dc1eaabfd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index cc36e7184..326685fef 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -6,10 +6,18 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS = "qtbase qtdeclarative glib-2.0 bluez-glib connman-glib" +DEPENDS = " \ + qtbase \ + qtdeclarative \ + qtwebsockets \ + glib-2.0 \ + bluez-glib \ + connman-glib \ + libmpdclient \ +" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "5ef90db242ad29c9772f2237b477c58ef65545c7" +SRCREV = "a2d991a54f77017ced1558d289bcb83d73fe2a35" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly @@ -17,4 +25,6 @@ PV = "2.0+git${SRCPV}" inherit cmake_qt5 pkgconfig +RRECOMMENDS:${PN} += "bluez5 connman mpd" + BBCLASSEXTEND = "nativesdk"