[oe] [meta-python][PATCH] pyparted: Add recipe

Tim Orling ticotimo at gmail.com
Thu Aug 14 15:02:43 UTC 2014


On Thu, Aug 14, 2014 at 2:46 AM, sujith h <sujith.h at gmail.com> wrote:

> Hi Tim,
>
>
> On Wed, Aug 13, 2014 at 11:18 AM, Tim Orling <ticotimo at gmail.com> wrote:
>
> > On Tue, Aug 12, 2014 at 7:01 AM, Sujith H <sujith.h at gmail.com> wrote:
> >
> > > From: Sujith H <Sujith_Haridasan at mentor.com>
> > >
> > > This recipe will provide a set of Python modules that
> > > provide Python programmers an interface to libparted,
> > > the GNU parted library for disk partitioning and filesystem
> > > manipulation.
> > >
> > > Signed-off-by: Christopher Larson <chris_larson at mentor.com>
> > > Signed-off-by: Sujith H <Sujith_Haridasan at mentor.com>
> > > ---
> > >  meta-python/recipes-extended/pyparted/pyparted_3.9.bb | 19
> > > +++++++++++++++++++
> > >  1 file changed, 19 insertions(+)
> > >  create mode 100644 meta-python/recipes-extended/pyparted/
> > pyparted_3.9.bb
> > >
> >
> > You should be following Debian naming policy (see
> >
> >
> http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html
> > section 3.3), which means the name should be python-pyparted_3.9.bb ...
> > the
> > ONLY recipe that breaks this naming scheme in oe-core or meta-oe is
> > pyrtm...and that is only because of legacy. I came >< this close to
> > changing it during the layer creation.
> >
>
> Ok. I will change it.
>
> >
> > >
> > > diff --git a/meta-python/recipes-extended/pyparted/pyparted_3.9.bb
> > > b/meta-python/recipes-extended/pyparted/pyparted_3.9.bb
> > > new file mode 100644
> > > index 0000000..79ebe02
> > > --- /dev/null
> > > +++ b/meta-python/recipes-extended/pyparted/pyparted_3.9.bb
> > > @@ -0,0 +1,19 @@
> > > +DESCRIPTION = "pyparted is a set of Python modules that provide Python
> > > programmers \
> > > +an interface to libparted, the GNU parted library for disk
> partitioning
> > > and \
> > > +filesystem manipulation."
> > > +SUMMARY = "Python bindings for libparted"
> > > +HOMEPAGE = "https://fedorahosted.org/pyparted/"
> > > +LICENSE = "GPL-2.0+"
> > > +LIC_FILES_CHKSUM = "\
> > > +    file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
> > > +
> > >
> >
>  file://src/_pedmodule.c;startline=10;endline=22;md5=70c62bd73782a03f56a0571a9f08ea46
> > > \
> > > +"
> > > +DEPENDS += "parted"
> > >
> > During testing on qemuarm with core-image-sato, import fails for
> "string" ,
> > "locale", "math"... You need:
> > RDEPENDS_${PN} += " python-stringold python-codecs python-math"
> >
> > I stopped testing at that point and went to bed :)
> >
> >
> When I tried to build core-image-sato with meta-python layer included in
> the bblayers, I had to add:
> S="${WORKDIR}/pyparted-${PV}" ( as the name I changed to python-pyarted).
> And the build went fine for me.
> I was testing on qemuarm. I can add the RDEPENDS_${PN} += in the recipe.
> Because of curiosity let me know
> how you got import failure. I am building on the master branch.
>
> I am also using master branch (for both openembedded-core and
meta-openembedded). I am building "distroless", with nothing added to
core-image-sato except the following added to conf/local.conf:
IMAGE_INSTALL_append = " python-pyparted"

After the build completes, "runqemu core-image-sato". Launch the terminal
application. At the prompt, "python"
>>>import parted

This reports, for instance, cannot import "string". Then an iterative
process of adding packages to RDEPENDS_${PN} as it only checks for the
first missing python module...

I would have done a capture of the output, but qemu doesn't copy/paste?

Regards,
Tim

>
> > > +
> > > +SRC_URI = "
> > > https://fedorahosted.org/releases/p/y/pyparted/pyparted-${PV}.tar.gz"
> > > +SRC_URI[md5sum] = "f16c7ef7f5fa4a43fcb2a4654b487e39"
> > > +SRC_URI[sha256sum] =
> > > "a56712e3d058ce3d859c158236dbbf45224018919efd3d880ea80f9e0d0bebbb"
> > > +
> > > +inherit distutils
> > > +
> > > +BBCLASSEXTEND += "native"
> > > --
> > > 1.8.4
> > >
> >
> >
> > Regards,
> >
> > --Tim
> >
> > >
> > >
>
>



More information about the Openembedded-devel mailing list