[OE-core] [PATCH][V2 2/5] python-mako: add (from meta-oe)

Saul Wold sgw at linux.intel.com
Fri Jan 10 23:16:12 UTC 2014


On 01/10/2014 09:02 AM, Ross Burton wrote:
> python-mako is needed for Piglit.  This recipe is taken directly from meta-oe.
>
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>   meta/recipes-devtools/python/python-mako_0.7.2.bb |   22 +++++++++++++++++++++
>   1 file changed, 22 insertions(+)
>   create mode 100644 meta/recipes-devtools/python/python-mako_0.7.2.bb
>
> diff --git a/meta/recipes-devtools/python/python-mako_0.7.2.bb b/meta/recipes-devtools/python/python-mako_0.7.2.bb
> new file mode 100644
> index 0000000..1d2bdd7
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python-mako_0.7.2.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "Templating library for Python"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
> +
> +PR = "r2"
> +
> +SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz"

Seems like they might have moved or lost these files since you tested, 
the upstream is at 0.9.1 and has moved these files to
https://pypi.python.org/packages/source/M/Mako/Mako-0.7.2.tar.gz

Sau!

> +SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb"
> +SRC_URI[sha256sum] = "fe8698e845035586bd711a6748e4e40a208a58de276b9138026164700494b68f"
> +
> +S = "${WORKDIR}/Mako-${PV}"
> +
> +inherit setuptools
> +
> +RDEPENDS_${PN} = "python-threading \
> +                  python-netclient \
> +                  python-html \
> +"
> +RDEPENDS_${PN}_class-native = ""
> +
> +BBCLASSEXTEND = "native nativesdk"
>



More information about the Openembedded-core mailing list