diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-24 16:15:04 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-24 16:15:04 +0100 |
commit | 8bdc96fe0f1b7aa680ca10bed211c2164a803d8b (patch) | |
tree | f6579be5d2ee36a5a5583e14e4440f1f24b86d66 /meta-app-framework | |
parent | 70fa58c6cb9f404522bd41ccccf18511d9c6421d (diff) |
Rename webruntime DISTRO_FEATURES
* use virtual/webruntime to anticipate multi provider of
web-runtime
Change-Id: I6606a23248eb4ad91398f04fd943ec5242b244f1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
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 9eaf2fc..0fdaabc 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 \ - ${@bb.utils.contains('DISTRO_FEATURES', 'AGL_WEBRUNTIME', 'web-runtime', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'webruntime', 'virtual/webruntime', '', d)} \ " |