summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-11-24 12:18:09 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-25 13:48:10 +0000
commit7e511449d477f3ec5eb72bd66a520159f3e84b8a (patch)
tree934a2f9ab51317ac395074dcc59ab7305b5b9da6
parentd05565da648714824431fb73ca76a5fbce510728 (diff)
agl-service-unicens: Use libxml2 instead of mxml.
Following gerrit review 12109 and 12115, recipe also needs to reflect the migration. Bug-AGL: SPEC-1106 Change-Id: I7ad6b231cecc55139262c85a0a34e89405605f29 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb b/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb
index fa9d4bb1..12de70bf 100644
--- a/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb
+++ b/meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb
@@ -14,6 +14,6 @@ S = "${WORKDIR}/git"
inherit cmake aglwgt pkgconfig
-DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 mxml"
+DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 libxml2"
RDEPENDS_${PN} += "mxml "