Re: [oe] [meta-python][PATCH v2] systemd-python: add a new recipe

2017-04-11 Thread Martin Jansa
On Tue, Apr 11, 2017 at 10:36:54AM +0200, Florian Wickert wrote: > I suggest to use DEPENDS += "systemd (<=234)" to enforce version > checking against systemd for this recipe. > License is LICENSE = "LGPLv2.1+" from what I see on github. > Also, since you are using ${PYTHON_PN} already, it would

Re: [oe] [meta-python][PATCH v2] systemd-python: add a new recipe

2017-04-11 Thread Florian Wickert
I suggest to use DEPENDS += "systemd (<=234)" to enforce version checking against systemd for this recipe. License is LICENSE = "LGPLv2.1+" from what I see on github. Also, since you are using ${PYTHON_PN} already, it would be good to have both python 2 & 3 recipes. On 04/10/2017 11:31 PM,

[oe] [meta-python][PATCH v2] systemd-python: add a new recipe

2017-04-10 Thread Andrej Rode
Adds new recipe for python-systemd, python bindings for libsystemd Signed-off-by: Andrej Rode --- meta-python/recipes-devtools/python/python-systemd_234.bb | 12 1 file changed, 12 insertions(+) create mode 100644