diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-09-29 09:42:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-01 08:12:59 +0100 |
commit | 4ff192f9ec3f565b164ef4c45829a492f630fd3f (patch) | |
tree | 36f10caaec24c464d64c9e9f2d63abe5b55b8699 /meta/recipes-core | |
parent | 047eea40f59463a4935e0a5268612f0f40dc85de (diff) | |
download | poky-4ff192f9ec3f565b164ef4c45829a492f630fd3f.tar.gz |
packagegroup-base: clean up setting packagegroup-machine-base's SUMMARY
(From OE-Core rev: 6f87d8e92fc3d5229eb0f8c33548dd147c03a0ce)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 83907ca206..70a1035003 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb | |||
@@ -129,7 +129,6 @@ RRECOMMENDS:packagegroup-distro-base = "${DISTRO_EXTRA_RRECOMMENDS}" | |||
129 | # | 129 | # |
130 | # packages added by machine config | 130 | # packages added by machine config |
131 | # | 131 | # |
132 | SUMMARY:packagegroup-machine-base = "${MACHINE} extras" | ||
133 | SUMMARY:packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware" | 132 | SUMMARY:packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware" |
134 | RDEPENDS:packagegroup-machine-base = "${MACHINE_EXTRA_RDEPENDS}" | 133 | RDEPENDS:packagegroup-machine-base = "${MACHINE_EXTRA_RDEPENDS}" |
135 | RRECOMMENDS:packagegroup-machine-base = "${MACHINE_EXTRA_RRECOMMENDS}" | 134 | RRECOMMENDS:packagegroup-machine-base = "${MACHINE_EXTRA_RRECOMMENDS}" |