[oe] [meta-python][PATCH 1/2] python-html5lib: import recipe from meta-openstack

Khem Raj raj.khem at gmail.com
Thu Nov 5 03:59:55 UTC 2015


> On Nov 4, 2015, at 7:58 PM, Dan McGregor <danismostlikely at gmail.com> wrote:
> 
> From: Dan McGregor <dan.mcgregor at usask.ca>
> 
> This recipe is needed for GateOne.
> 
> Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
> ---
> .../python/python-html5lib_0.999.bb                | 27 ++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python-html5lib_0.999.bb
> 
> diff --git a/meta-python/recipes-devtools/python/python-html5lib_0.999.bb b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
> new file mode 100644
> index 0000000..9ad84e8
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-html5lib_0.999.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "HTML parser based on the WHATWG HTML specifcation"
> +HOMEPAGE = "https://github.com/html5lib/html5lib-python"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c"
> +
> +PR = “r0"

drop it.

> +
> +SRCNAME = "html5lib"
> +SRC_URI = "http://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "acb8ba4d6db5637360a07859192eb7f8"
> +SRC_URI[sha256sum] = "c3887f7e2875d7666107fa8bee761ff95b9391acdcc7cd1b5fd57a23b5fbc49e"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit setuptools
> +
> +# DEPENDS_default: python-pip
> +
> +DEPENDS += " \
> +        python-pip \
> +        "
> +
> +# RDEPENDS_default:
> +RDEPENDS_${PN} += " \
> +        “

why is this needed.

> --
> 2.6.2.11.gb05c2f9
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20151104/dec5f521/attachment-0002.sig>


More information about the Openembedded-devel mailing list