diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-29 09:43:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-29 09:43:24 +0000 |
commit | 5f5382f805354de39add45a9084216896b3a358c (patch) | |
tree | 8a49fb91028bfeae7d3e0b1e5772ae390e1ce20f /meta-audio-4a-framework/recipes-multimedia | |
parent | a5da9797f6fff4212f0a4f67541f604ca5eed976 (diff) | |
parent | f7af19660327066b68377591dc9b70b8bfd96e38 (diff) |
Merge "agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2"
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/agl-service-unicens/agl-service-unicens_git.bb | 2 |
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 0e5029f4..9590ad95 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 @@ -15,5 +15,5 @@ S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 libxml2" -RDEPENDS_${PN} += "mxml " +RDEPENDS_${PN} += "libxml2 " |