diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-03 09:07:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-11-03 09:07:12 +0000 |
commit | 77c89adf2f5a6480440d269317c46168dbda24f8 (patch) | |
tree | 54933f9b9b7be230659c98edd53b7898deccbd2a /meta-app-framework | |
parent | fff431bf7097955e45c6111e404edb268ba680a1 (diff) | |
parent | ce583cd627a0c75033739f6efcb59f6aadb21a7a (diff) |
Merge "Allow build without meta-agl-demo"
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb index 231d9c9..9eaf2fc 100644 --- a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb +++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb @@ -16,5 +16,5 @@ RDEPENDS_${PN} += "\ af-binder-binding-authlogin \ libafbwsc \ af-main \ - web-runtime \ + ${@bb.utils.contains('DISTRO_FEATURES', 'AGL_WEBRUNTIME', 'web-runtime', '', d)} \ " |