]> code.ossystems Code Review - openembedded-core.git/commit
oe.package_manager: support loading intercepts from multiple paths
authorChristopher Larson <chris_larson@mentor.com>
Fri, 27 Jul 2018 17:24:27 +0000 (22:24 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Aug 2018 08:49:32 +0000 (09:49 +0100)
commit9ba2f2b1df277b2b881f68166d9cd1c19db66e23
tree0ddf536282fe76fd7276b7eb013d1f7d09e85e7c
parente7c0ad5d3eff6b1d7170e7e0a539d1807a2bb452
oe.package_manager: support loading intercepts from multiple paths

- if POSTINST_INTERCEPTS is set, use the listed intercept files, or
- if POSTINST_INTERCEPTS_PATH is set, load from the listed paths, or
- if POSTINST_INTERCEPTS_DIR is set, load from it (for compatibility), or
- load from ${COREBASE}/meta/postinst-intercepts

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py