All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Andrej Rode <andrej.rode@ettus.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-python][PATCH] systemd-python: add a new recipe
Date: Wed, 5 Apr 2017 18:14:11 -0700	[thread overview]
Message-ID: <CAMKF1sqSvhmEf06V-EHgfQG1kno9Czhf-sv0k8oCi3iHR+qUmw@mail.gmail.com> (raw)
In-Reply-To: <20170406011225.25591-1-andrej.rode@ettus.com>

On Wed, Apr 5, 2017 at 6:12 PM, Andrej Rode <andrej.rode@ettus.com> wrote:
> Adds new recipe for systemd-python, python bindings for libsystemd
>
> Signed-off-by: Andrej Rode <andrej.rode@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"

here it seems to me that inheriting systemd bbclass based solution would
be more appropriate here.

> +
> +SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
> +SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"
> +
> +inherit pypi setuptools
> --
> 2.10.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  reply	other threads:[~2017-04-06  1:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-06  1:12 [meta-python][PATCH] systemd-python: add a new recipe Andrej Rode
2017-04-06  1:14 ` Khem Raj [this message]
2017-04-06  6:30 ` Tim Orling
2017-04-06  7:13   ` Andrej Rode
2017-04-06 15:53     ` Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMKF1sqSvhmEf06V-EHgfQG1kno9Czhf-sv0k8oCi3iHR+qUmw@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=andrej.rode@ettus.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.