]> code.ossystems Code Review - openembedded-core.git/commit
meson.bbclass: split python routines into a separate class
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 13 May 2021 20:56:19 +0000 (22:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 May 2021 06:57:21 +0000 (07:57 +0100)
commitf2715f5f2a56f9b660f9f0fe2933ec231a2dd8c0
treec57b72f45cecc1be8975ad95b58833b45b1132f4
parentef1a76f9c130e7efaecae15ccb1d48a03fa17b9b
meson.bbclass: split python routines into a separate class

This allows reusing them in nativesdk-meson without copy-pasting code.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meson-routines.bbclass [new file with mode: 0644]
meta/classes/meson.bbclass