diff options
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb index 611e0cafcc..18e227144a 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | |||
@@ -5,6 +5,8 @@ | |||
5 | SUMMARY = "Full-featured set of base utils" | 5 | SUMMARY = "Full-featured set of base utils" |
6 | DESCRIPTION = "Package group bringing in packages needed to provide much of the base utils type functionality found in busybox" | 6 | DESCRIPTION = "Package group bringing in packages needed to provide much of the base utils type functionality found in busybox" |
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
9 | |||
8 | inherit packagegroup | 10 | inherit packagegroup |
9 | 11 | ||
10 | VIRTUAL-RUNTIME_vim ?= "vim-tiny" | 12 | VIRTUAL-RUNTIME_vim ?= "vim-tiny" |