summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-base.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-base.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-base.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index eee8bd9794..e39ccd7d11 100644
--- a/meta/recipes-core/packagegroups/packagegroup-base.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" 1SUMMARY = "Merge machine and distro options to create a basic machine task/package"
2LICENSE = "MIT" 2LICENSE = "MIT"
3PR = "r76" 3PR = "r76"
4 4
@@ -145,7 +145,7 @@ RRECOMMENDS_packagegroup-distro-base = "${DISTRO_EXTRA_RRECOMMENDS}"
145# packages added by machine config 145# packages added by machine config
146# 146#
147SUMMARY_packagegroup-machine-base = "${MACHINE} extras" 147SUMMARY_packagegroup-machine-base = "${MACHINE} extras"
148DESCRIPTION_packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware" 148SUMMARY_packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware"
149RDEPENDS_packagegroup-machine-base = "${MACHINE_EXTRA_RDEPENDS}" 149RDEPENDS_packagegroup-machine-base = "${MACHINE_EXTRA_RDEPENDS}"
150RRECOMMENDS_packagegroup-machine-base = "${MACHINE_EXTRA_RRECOMMENDS}" 150RRECOMMENDS_packagegroup-machine-base = "${MACHINE_EXTRA_RRECOMMENDS}"
151 151