From: Scott Murray Date: Mon, 31 Jan 2022 17:34:07 +0000 (-0500) Subject: libqtappfw: Re-enable network support X-Git-Tag: 12.92.0~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9b7d5f3bd1134bcdb214d870a201b54dc1eaabfd;p=AGL%2Fmeta-agl-demo.git libqtappfw: Re-enable network support Bump SRCREV to pick up: 5ef90db Re-enable network support and also add connman-glib as a dependency in libqtappfw recipe, so that it can be used in the reworked network API implementation. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray Change-Id: Ie3db1930079a696afaaca00914f54bba6c04b59a --- diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 3b99ef1dc..cc36e7184 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -6,10 +6,10 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS = "qtbase qtdeclarative glib-2.0 bluez-glib" +DEPENDS = "qtbase qtdeclarative glib-2.0 bluez-glib connman-glib" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "0fee9bfb0f656b78f34c44542329760be2980892" +SRCREV = "5ef90db242ad29c9772f2237b477c58ef65545c7" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly