aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-10-02 14:02:06 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-10-02 14:03:57 +0900
commitf5c979f2af5c4d343939e38ea4e5e484049803eb (patch)
tree7a26a2174291bdfc2d876eb024eff6795c32884b /meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb
parent06963e9e7e72e5bf730d08ed4b83bc12dcee4ad6 (diff)
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 <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb')
-rw-r--r--meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb
deleted file mode 100644
index 70d0facf6..000000000
--- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "The middlewares for AGL IVI profile"
-DESCRIPTION = "A set of packagegroups which contain common packages required by AGL Distribution"
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
- packagegroup-ivi-common \
- "
-
-ALLOW_EMPTY_${PN} = "1"
-
-RDEPENDS_${PN} += "\
- packagegroup-ivi-common-automotive \
- packagegroup-ivi-common-connectivity \
- packagegroup-ivi-common-graphics \
- packagegroup-ivi-common-multimedia \
- packagegroup-ivi-common-navi-lbs \
- packagegroup-ivi-common-os-commonlibs \
- packagegroup-ivi-common-speech-services \
- packagegroup-ivi-common-security \
- packagegroup-ivi-common-kernel \
- "