From f5c979f2af5c4d343939e38ea4e5e484049803eb Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 2 Oct 2015 14:02:06 +0900 Subject: Reworking packagegroups of AGL Distribution The recipe files and thier names are reworked by design of AGL packagegroup. For more details, see 'Packagegroups' section in README.md. Change-Id: Ie7cd0efd1200c1a78d30ad6a834b9482487f0089 Signed-off-by: Tadao Tanikawa --- .../packagegroups/packagegroup-ivi-common-graphics.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-graphics.bb (limited to 'meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-graphics.bb') diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-graphics.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-graphics.bb deleted file mode 100644 index f50767236..000000000 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-graphics.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "The middlewares for AGL IVI profile" -DESCRIPTION = "A set of common packages required by Graphics Subsystem" - -LICENSE = "MIT" - -inherit packagegroup - -PACKAGES = "\ - packagegroup-ivi-common-graphics \ - " - -ALLOW_EMPTY_${PN} = "1" - -RDEPENDS_${PN} += "\ - weston weston-examples \ - " -- cgit 1.2.3-korg