Rename webruntime DISTRO_FEATURES
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 24 Mar 2017 15:15:04 +0000 (16:15 +0100)
committerStephane Desneux <stephane.desneux@iot.bzh>
Mon, 27 Mar 2017 13:33:40 +0000 (15:33 +0200)
 * use virtual/webruntime to anticipate multi provider of
   web-runtime

Change-Id: I6606a23248eb4ad91398f04fd943ec5242b244f1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb

index 9eaf2fc..0fdaabc 100644 (file)
@@ -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)} \
     "