summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/packagegroup.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/packagegroup.bbclass')
-rw-r--r--meta/classes-recipe/packagegroup.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/packagegroup.bbclass b/meta/classes-recipe/packagegroup.bbclass
index c2db664904..cf6fc354a8 100644
--- a/meta/classes-recipe/packagegroup.bbclass
+++ b/meta/classes-recipe/packagegroup.bbclass
@@ -22,7 +22,7 @@ PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}"
22 22
23LICENSE ?= "MIT" 23LICENSE ?= "MIT"
24 24
25inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED') == 'all', 'allarch', '')} 25inherit_defer ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED') == 'all', 'allarch', '')}
26 26
27# This automatically adds -dbg and -dev flavours of all PACKAGES 27# This automatically adds -dbg and -dev flavours of all PACKAGES
28# to the list. Their dependencies (RRECOMMENDS) are handled as usual 28# to the list. Their dependencies (RRECOMMENDS) are handled as usual