Reworking packagegroups of AGL Distribution
[AGL/meta-agl-demo.git] / recipes-appfw / packagegroups / packagegroup-agl-appfw.bb
diff --git a/recipes-appfw/packagegroups/packagegroup-agl-appfw.bb b/recipes-appfw/packagegroups/packagegroup-agl-appfw.bb
new file mode 100644 (file)
index 0000000..cb5636b
--- /dev/null
@@ -0,0 +1,25 @@
+SUMMARY = "The software for application framework of AGL IVI profile"
+DESCRIPTION = "A set of packages belong to AGL application framework"
+
+LICENSE = "MIT"
+
+inherit packagegroup
+
+PACKAGES = "\
+    packagegroup-agl-appfw \
+    "
+
+ALLOW_EMPTY_${PN} = "1"
+
+RDEPENDS_${PN} += "\
+    packagegroup-agl-appfw-automotive \
+    packagegroup-agl-appfw-connectivity \
+    packagegroup-agl-appfw-graphics \
+    packagegroup-agl-appfw-multimedia \
+    packagegroup-agl-appfw-navi-lbs \
+    packagegroup-agl-appfw-agl \
+    packagegroup-agl-appfw-native \
+    packagegroup-agl-appfw-web \
+    packagegroup-agl-appfw-security \
+    packagegroup-agl-appfw-speech-services \
+    "