From c2bacc9e034e65cac028b2e4e28cf4f7a4bf4dcc Mon Sep 17 00:00:00 2001
From: Manuel Bachmann <mbc@iot.bzh>
Date: Wed, 8 Jun 2016 13:41:49 +0000
Subject: Add agl-audio-plugin (PulseAudio Routing plugin)

agl-audio-plugin is a stripped-down version of the former
Tizen IVI Audio Routing plugin (also known as "module-
murphy-ivi"). This is stripped down is the sense that:
- it does not require Murphy anymore;
- it does not implement the most complex use cases anymore;
- it is able to work standalone by using a JSON
configuration file or its own embedded configuration.

It still has the basic structure needed to interconnect an
external policy engine (such as GENIVI AudioManager).

Change-Id: I133916cada5cc928187f2aef6448fdaf7c03c3c6
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
---
 .../packagegroups/packagegroup-ivi-common-core-multimedia.bb             | 1 +
 1 file changed, 1 insertion(+)

(limited to 'meta-ivi-common')

diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb
index 87ff66a26..40cd116dd 100644
--- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb
+++ b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb
@@ -14,5 +14,6 @@ ALLOW_EMPTY_${PN} = "1"
 RDEPENDS_${PN} += "\
     alsa-lib \
     alsa-utils \
+    agl-audio-plugin \
     gstreamer1.0-meta-base \
     "
-- 
cgit