diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-24 20:51:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-07-24 20:51:26 +0000 |
commit | df566308e44012a7d3499e466270f09e0aa4cc53 (patch) | |
tree | 266ddb362af4f7af3850d74391ecd65d00b1d355 /meta-audio-4a-framework/recipes-core/packagegroups | |
parent | 32b9fd5cece1d78ed0556d0a3428eca337d64a17 (diff) | |
parent | f419278f8bfc56b70b55b6d4ac1f24d3fa77f2c6 (diff) |
Merge "meta-audio-4a-framework: add recipe for 4a-tools"
Diffstat (limited to 'meta-audio-4a-framework/recipes-core/packagegroups')
-rw-r--r-- | meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb index aecfd824..fde5f637 100644 --- a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb +++ b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb @@ -17,4 +17,5 @@ RDEPENDS_${PN} += "\ bluez-alsa \ 4a-softmixer \ 4a-hal-generic \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '4a-tools', '' , d)} \ " |