diff options
| -rw-r--r-- | meta/classes-recipe/packagegroup.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes-recipe/packagegroup.bbclass b/meta/classes-recipe/packagegroup.bbclass index 6f17fc73b0..c2db664904 100644 --- a/meta/classes-recipe/packagegroup.bbclass +++ b/meta/classes-recipe/packagegroup.bbclass | |||
| @@ -54,6 +54,9 @@ deltask do_compile | |||
| 54 | deltask do_install | 54 | deltask do_install |
| 55 | deltask do_populate_sysroot | 55 | deltask do_populate_sysroot |
| 56 | 56 | ||
| 57 | do_create_runtime_spdx[deptask] = "do_create_spdx" | ||
| 58 | do_create_runtime_spdx[rdeptask] = "" | ||
| 59 | |||
| 57 | INHIBIT_DEFAULT_DEPS = "1" | 60 | INHIBIT_DEFAULT_DEPS = "1" |
| 58 | 61 | ||
| 59 | python () { | 62 | python () { |
