On 05/04/2018 03:09 PM, Andrew Jeffery wrote: > Signed-off-by: Andrew Jeffery <[email protected]> > --- > meta-python/recipes-devtools/python/python-pyflame.inc | 9 +++++++++ > meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | 5 +++++ > 2 files changed, 14 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python-pyflame.inc > create mode 100644 > meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb > > diff --git a/meta-python/recipes-devtools/python/python-pyflame.inc > b/meta-python/recipes-devtools/python/python-pyflame.inc > new file mode 100644 > index 000000000000..37ceab888533 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyflame.inc > @@ -0,0 +1,9 @@ > +S = "${WORKDIR}/pyflame-${PV}" > + > +LICENSE = "Apache-2.0" > +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" > + > +DEPENDS = "python" > + > +inherit pkgconfig autotools > + > diff --git a/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb > b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb > new file mode 100644 > index 000000000000..c902e121231b > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb > @@ -0,0 +1,5 @@ > +require python-pyflame.inc > + > +SRC_URI = "https://github.com/uber/pyflame/archive/v${PV}.tar.gz"
Archive tarball checksums are known to change. Perhaps you can consider using the release tarball instead? https://github.com/uber/pyflame/releases -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
