diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-12 15:22:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-12 15:22:50 +0000 |
commit | 30678f80dd9100a2d431482bd74e23a2c2c80923 (patch) | |
tree | fdc1ba6f27d3f4c5f490ff6108f27fa676c91af0 /meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a | |
parent | 4cda9a18e7a49df5507d79c074ef1ff39ccb62ce (diff) | |
parent | e286a13d15de2fb90047e83e56d12138bf41380a (diff) |
Merge "Make use of the new high level audio api" into eel
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb b/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb index 2422743d..d668093a 100644 --- a/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb @@ -6,15 +6,15 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-audio-4a;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-audio-4a;protocol=https;branch=eel" +SRCREV = "22c2633ac833ae78ff84beafce19cec0f05758a2" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig -DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0" +DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 lua" do_aglwgt_deploy_append() { cat <<'EOF' >${D}/${sysconfdir}/agl-postinsts/99_4A_service_patch.sh |