Re: [OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-10 Thread Yevhen Kyriukha
Ok, agree with you to have 2 recipes. But can you show me the way how to avoid building systemd twice (in systemd and python-systemd) while including python bindings in python-systemd. Best regards, Yevhen 2013/7/9 Burton, Ross : > On 5 July 2013 00:31, Yevhen Kyriukha wrote: >> +inherit gtk-doc

Re: [OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-09 Thread Burton, Ross
On 5 July 2013 00:31, Yevhen Kyriukha wrote: > +inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d > update-alternatives qemu \ > +${@base_contains('DISTRO_FEATURES', 'python', 'pythonnative > python-dir', '', d)} You've just invented a new DISTRO_FEATURE, right? I don'

[OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-04 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_204.bb | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb index b8b1290..2a6ed0c 100644 --- a/meta/recipes-core/systemd/systemd_20