We have a recipe in core for this build backend, so add a class. Note that we have no users of pbr in core, so there's an argument to be had over what build backends live in oe-core vs meta-python.
Signed-off-by: Ross Burton <[email protected]> --- meta/classes-recipe/python_pbr.bbclass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/classes-recipe/python_pbr.bbclass diff --git a/meta/classes-recipe/python_pbr.bbclass b/meta/classes-recipe/python_pbr.bbclass new file mode 100644 index 00000000000..5dc25a4c7f8 --- /dev/null +++ b/meta/classes-recipe/python_pbr.bbclass @@ -0,0 +1,9 @@ +# +# Copyright OpenEmbedded Contributors +# +# SPDX-License-Identifier: MIT +# + +inherit python_pep517 + +DEPENDS += "python3-pbr-native" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243128): https://lists.openembedded.org/g/openembedded-core/message/243128 Mute This Topic: https://lists.openembedded.org/mt/120683138/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
