diff options
Diffstat (limited to 'meta-app-framework/recipes-platform/packagegroups/packagegroup-agl-app-framework-examples.bb')
-rw-r--r-- | meta-app-framework/recipes-platform/packagegroups/packagegroup-agl-app-framework-examples.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-platform/packagegroups/packagegroup-agl-app-framework-examples.bb b/meta-app-framework/recipes-platform/packagegroups/packagegroup-agl-app-framework-examples.bb new file mode 100644 index 000000000..7ba909162 --- /dev/null +++ b/meta-app-framework/recipes-platform/packagegroups/packagegroup-agl-app-framework-examples.bb @@ -0,0 +1,14 @@ +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} += "\ + " |