summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-01-31 12:34:07 -0500
committerScott Murray <scott.murray@konsulko.com>2022-01-31 15:52:03 -0500
commit9b7d5f3bd1134bcdb214d870a201b54dc1eaabfd (patch)
tree15a3b2ca83a1d9448ad39bddb6d2a9af8ff6c525 /recipes-demo
parentd4dbe586ed069c7e49161761a7649898b2b9d61b (diff)
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 <scott.murray@konsulko.com> Change-Id: Ie3db1930079a696afaaca00914f54bba6c04b59a
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/libqtappfw/libqtappfw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb
index 3b99ef1d..cc36e718 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