]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:39 +0000 (09:49 +0100)
commit85518a20017c1a091f3a393f09fb2ceffe057bed
treebfe4f2effb4ea973a7c81d8db72fd4f1c59afec8
parent9897d02e13f30f6a2c8f03b0b666768cf6e3ba43
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

(From OE-Core rev: 9ba2f2b1df277b2b881f68166d9cd1c19db66e23)

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