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

Andrej Rode andrej.rode at ettus.com
Thu Apr 6 07:13:03 UTC 2017


On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling <
timothy.t.orling at linux.intel.com> wrote:

>
> > On Apr 6, 2017, at 3:12 AM, Andrej Rode <andrej.rode at ettus.com> wrote:
> >
> > Adds new recipe for systemd-python, python bindings for libsystemd
> >
>
> This is breaking Debian naming for python packages, it should be
> python-systemd, not systemd-python. We need to be consistent.
>

I thought about python-systemd-python, but that looked silly.
python-systemd is probably acceptable.


> > Signed-off-by: Andrej Rode <andrej.rode at ettus.com>
> > ---
> > meta-python/recipes-devtools/python/systemd-python_234.bb | 11
> +++++++++++
> > 1 file changed, 11 insertions(+)
> > create mode 100644 meta-python/recipes-devtools/python/
> systemd-python_234.bb
> >
> > diff --git a/meta-python/recipes-devtools/python/systemd-python_234.bb
> b/meta-python/recipes-devtools/python/systemd-python_234.bb
> > new file mode 100644
> > index 0000000..4cfa629
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/systemd-python_234.bb
> > @@ -0,0 +1,11 @@
> > +SUMMARY = "Python interface for libsystemd"
> > +HOMEPAGE = "https://github.com/systemd/systemd-python"
> > +LICENSE = "LGPLv2+"
> > +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=
> 4fbd65380cdd255951079008b364516c"
> > +DEPENDS += "systemd"
> > +RDEPENDS_${PN} += "systemd"
> > +
> > +SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
> > +SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7e
> b5b0b6372cd1b391228047d33895db83e7"
> > +
> > +inherit pypi setuptools
> > --
> > 2.10.2
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>



More information about the Openembedded-devel mailing list