diff options
Diffstat (limited to 'meta/classes-recipe/packagegroup.bbclass')
| -rw-r--r-- | meta/classes-recipe/packagegroup.bbclass | 2 |
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 | ||
| 23 | LICENSE ?= "MIT" | 23 | LICENSE ?= "MIT" |
| 24 | 24 | ||
| 25 | inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED') == 'all', 'allarch', '')} | 25 | inherit_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 |
