summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/packagegroup.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass
index 94a59e0c03..1541c8fbff 100644
--- a/meta/classes/packagegroup.bbclass
+++ b/meta/classes/packagegroup.bbclass
@@ -8,7 +8,7 @@ PACKAGES = "${PN}"
8 8
9# By default, packagegroup packages do not depend on a certain architecture. 9# By default, packagegroup packages do not depend on a certain architecture.
10# Only if dependencies are modified by MACHINE_FEATURES, packages 10# Only if dependencies are modified by MACHINE_FEATURES, packages
11# need to be set to MACHINE_ARCH after inheriting packagegroup.bbclass 11# need to be set to MACHINE_ARCH before inheriting packagegroup.bbclass
12PACKAGE_ARCH ?= "all" 12PACKAGE_ARCH ?= "all"
13 13
14# Fully expanded - so it applies the overrides as well 14# Fully expanded - so it applies the overrides as well