[oe] [meta-python][PATCH] python3-cffi: consolidate inc and bb files into a single bb file

Derek Straka derek at asterius.io
Fri Feb 14 23:09:07 UTC 2020


On Fri, Feb 14, 2020 at 5:02 PM Khem Raj <raj.khem at gmail.com> wrote:

> On 2/14/20 2:37 PM, Derek Straka wrote:
> > Signed-off-by: Derek Straka <derek at asterius.io>
> > ---
> >   .../recipes-devtools/python/python-cffi.inc   | 17 -----------------
> >   .../python/python3-cffi_1.13.2.bb             | 19 ++++++++++++++++++-
> >   2 files changed, 18 insertions(+), 18 deletions(-)
> >   delete mode 100644 meta-python/recipes-devtools/python/python-cffi.inc
> >
> > diff --git a/meta-python/recipes-devtools/python/python-cffi.inc
> b/meta-python/recipes-devtools/python/python-cffi.inc
> > deleted file mode 100644
> > index a2b0c3bb0c..0000000000
> > --- a/meta-python/recipes-devtools/python/python-cffi.inc
> > +++ /dev/null
> > @@ -1,17 +0,0 @@
> > -SUMMARY = "Foreign Function Interface for Python calling C code"
> > -HOMEPAGE = "http://cffi.readthedocs.org/"
> > -LICENSE = "MIT"
> > -LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
> > -DEPENDS += "libffi ${PYTHON_PN}-pycparser"
> > -
> > -SRC_URI[md5sum] = "652203cf99faa254efff7fab23c2f3a2"
> > -SRC_URI[sha256sum] =
> "599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346"
> > -
> > -RDEPENDS_${PN}_class-target = " \
> > -    ${PYTHON_PN}-ctypes \
> > -    ${PYTHON_PN}-io \
> > -    ${PYTHON_PN}-pycparser \
> > -    ${PYTHON_PN}-shell \
> > -"
> > -
> > -BBCLASSEXTEND = "native nativesdk"
> > diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb
> b/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb
> > index e888084347..6156081126 100644
> > --- a/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb
> > +++ b/meta-python/recipes-devtools/python/python3-cffi_1.13.2.bb
> > @@ -1,2 +1,19 @@
> > +SUMMARY = "Foreign Function Interface for Python calling C code"
> > +HOMEPAGE = "http://cffi.readthedocs.org/"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
> > +DEPENDS += "libffi ${PYTHON_PN}-pycparser"
> > +
> > +SRC_URI[md5sum] = "652203cf99faa254efff7fab23c2f3a2"
> > +SRC_URI[sha256sum] =
> "599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346"
> > +
> >   inherit pypi setuptools3
> > -require python-cffi.inc
> > +
> > +RDEPENDS_${PN}_class-target = " \
> > +    ${PYTHON_PN}-ctypes \
> > +    ${PYTHON_PN}-io \
> > +    ${PYTHON_PN}-pycparser \
> > +    ${PYTHON_PN}-shell \
> > +"
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> >
>
> this patch does not apply cleanly on master-next, can you rebase and
> send v2 please ?
>
No problem.  v2 sent.


More information about the Openembedded-devel mailing list