diff options
Diffstat (limited to 'meta/classes/image-postinst-intercepts.bbclass')
-rw-r--r-- | meta/classes/image-postinst-intercepts.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/image-postinst-intercepts.bbclass b/meta/classes/image-postinst-intercepts.bbclass index af81910bc7..fc15926384 100644 --- a/meta/classes/image-postinst-intercepts.bbclass +++ b/meta/classes/image-postinst-intercepts.bbclass | |||
@@ -1,6 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | 2 | # Copyright OpenEmbedded Contributors |
3 | # | 3 | # |
4 | # SPDX-License-Identifier: MIT | ||
5 | # | ||
4 | 6 | ||
5 | # Gather existing and candidate postinst intercepts from BBPATH | 7 | # Gather existing and candidate postinst intercepts from BBPATH |
6 | POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts" | 8 | POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts" |