summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-postinst-intercepts.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image-postinst-intercepts.bbclass')
-rw-r--r--meta/classes/image-postinst-intercepts.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/image-postinst-intercepts.bbclass b/meta/classes/image-postinst-intercepts.bbclass
index ed30bbd98d..af81910bc7 100644
--- a/meta/classes/image-postinst-intercepts.bbclass
+++ b/meta/classes/image-postinst-intercepts.bbclass
@@ -1,3 +1,7 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4
1# Gather existing and candidate postinst intercepts from BBPATH 5# Gather existing and candidate postinst intercepts from BBPATH
2POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts" 6POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts"
3POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split(':'))}:${POSTINST_INTERCEPTS_DIR}" 7POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split(':'))}:${POSTINST_INTERCEPTS_DIR}"