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

Paul Eggleton paul.eggleton at linux.intel.com
Thu Aug 21 13:47:55 UTC 2014


Hi Sujith,

I think this recipe is almost there, just some minor tweaks:

On Thursday 21 August 2014 12:16:47 Sujith H 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>
> ---
>  .../python-pyparted/python-pyparted_3.9.bb          | 21
> +++++++++++++++++++++ 1 file changed, 21 insertions(+)
>  create mode 100644
> meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb
> 
> diff --git
> a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb
> b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb new
> file mode 100644
> index 0000000..db1b936
> --- /dev/null
> +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb
> @@ -0,0 +1,21 @@
> +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=70c62bd73782a03f56a0571
> a9f08ea46 \ +"
> +DEPENDS += "parted"
> +RDEPENDS_${PN} += "python-stringold python-codecs python-math"

Could you please move the RDEPENDS line down to just before the BBCLASSEXTEND 
line? (i.e. where any other definitions that concern packaging would appear).

> +
> +S="${WORKDIR}/pyparted-${PV}"

Please move this after the SRC_URI / checksums and add spaces around the = .

if you could also please ensure that your next version is marked [PATCH v3] 
(if it will be the third version of this patch) rather than just [PATCH] so 
that it's clear that it supersedes an earlier version.

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-devel mailing list