X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Flibqtappfw%2Flibqtappfw_git.bb;h=11e85ec08a73b06c265448045e98ce04b9283399;hb=refs%2Fchanges%2F56%2F27256%2F7;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..11e85ec08 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -6,10 +6,17 @@ 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 \ + 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 = "1332cc7d0a618ee88b4d19813340665332d406ca" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly @@ -17,4 +24,6 @@ PV = "2.0+git${SRCPV}" inherit cmake_qt5 pkgconfig +RRECOMMENDS:${PN} += "bluez5 connman mpd" + BBCLASSEXTEND = "nativesdk"