diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-15 18:18:36 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-02-15 18:18:36 -0500 |
commit | f53ebf1f1b9ebf1f22b27d09da66cab24d05508a (patch) | |
tree | a6e8668cad78d53b90062d98ccbcd75534e32e2a /recipes-demo | |
parent | 191a271822f4747f1c13e71c70d42817e746a1fd (diff) |
libqtappfw: Re-enable mediaplayer and other libraries
Bump SRCREV to pick up:
0de8ac8 Re-enable telephony and radio stub libraries
3f384d3 Rework mediaplayer support to use mpd
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I70a3c8c8bfa344e39fd9f07958ae4bf568cf11f4
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 43d9e8a60..1a50ba0fe 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "5ef90db242ad29c9772f2237b477c58ef65545c7" +SRCREV = "0de8ac83e6a190d5fc124587d1f9f0a7f0198ce3" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly |