libqtappfw: Re-enable network support 23/27123/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 31 Jan 2022 17:34:07 +0000 (12:34 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 31 Jan 2022 20:52:03 +0000 (15:52 -0500)
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 <scott.murray@konsulko.com>
Change-Id: Ie3db1930079a696afaaca00914f54bba6c04b59a

recipes-demo/libqtappfw/libqtappfw_git.bb

index 3b99ef1..cc36e71 100644 (file)
@@ -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