X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Fpackagegroups%2Fpackagegroup-agl-app-framework-examples.bb;fp=meta-app-framework%2Frecipes-core%2Fpackagegroups%2Fpackagegroup-agl-app-framework-examples.bb;h=e95b7548b8c32ec215c7ce95a136a84bb058504a;hb=80f4d503fc5bb2564b72b72daedebf74612c30f3;hp=0000000000000000000000000000000000000000;hpb=86180838e730d7ef96256f2c1e49081072ad84b6;p=AGL%2Fmeta-agl.git diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework-examples.bb b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework-examples.bb new file mode 100644 index 000000000..e95b7548b --- /dev/null +++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework-examples.bb @@ -0,0 +1,16 @@ +SUMMARY = "AGL Application Framework examples" +DESCRIPTION = "The set of examples associated to the AGL Application Framework" +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-app-framework-examples \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + afm-client \ + afb-client \ + "