[oe] [meta-python][PATCH v2] python-scales: add recipe for version 1.0.9

Martin Jansa martin.jansa at gmail.com
Fri Nov 18 10:57:42 UTC 2016


On Fri, Nov 04, 2016 at 09:45:50AM -0400, Derek Straka wrote:
> On Fri, Nov 4, 2016 at 6:14 AM, Ruben De Smet <ruben.de.smet at rubdos.be>
> wrote:
> 
> > A python module for tracking server state and statisticst
> >
> > Signed-off-by: Ruben De Smet <ruben.de.smet at rubdos.be>
> > ---
> >  meta-python/recipes-devtools/python/python-scales.inc   | 17
> > +++++++++++++++++
> >  .../recipes-devtools/python/python3-scales_1.0.9.bb     |  2 ++
> >  2 files changed, 19 insertions(+)
> >  create mode 100644 meta-python/recipes-devtools/python/python-scales.inc
> >  create mode 100644 meta-python/recipes-devtools/python/
> > python3-scales_1.0.9.bb
> >
> > diff --git a/meta-python/recipes-devtools/python/python-scales.inc
> > b/meta-python/recipes-devtools/python/python-scales.inc
> > new file mode 100644
> > index 0000000..4a10a78
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/python-scales.inc
> > @@ -0,0 +1,17 @@
> > +SUMMARY = "Metrics for Python"
> > +DESCRIPTION = "Tracks server state and statistics, allowing you to see
> > what \
> > +your server is doing. It can also send metrics to Graphite for graphing
> > or to \
> > +a file for crash forensics."
> > +SECTION = "devel/python"
> > +LICENSE = "Apache-2.0"
> > +# LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
> > 57"
> >
> Is there a reason this is commented out?  You'll need something or it will
> give a QA Issue about license-checksum

Yes it does and fails.

ERROR: python3-scales-1.0.9-r0 do_populate_lic: QA Issue: python3-scales: Recipe file fetches files and does not have license file information (LIC_FILES_CHKSUM) [license-checksum]
ERROR: python3-scales-1.0.9-r0 do_populate_lic: Fatal QA errors found, failing task.
ERROR: python3-scales-1.0.9-r0 do_populate_lic: Function failed: populate_lic_qa_checksum

> 
> > +SRCNAME = "scales"
> > +
> > +SRC_URI[md5sum] = "c61167f2b5f506f0a34a7b8a295a9567"
> > +SRC_URI[sha256sum] = "8b6930f7d4bf115192290b44c757af
> > 5e254e3fcfcb75ff9a51f5c96a404e2753"
> > +
> > +inherit pypi
> > +
> > +
> > +RDEPENDS_${PN} += " \
> > +    ${PYTHON_PN}-six \
> >
> Missing a closing quote here
> 
> > diff --git a/meta-python/recipes-devtools/python/python3-scales_1.0.9.bb
> > b/meta-python/recipes-devtools/python/python3-scales_1.0.9.bb
> > new file mode 100644
> > index 0000000..91b48c2
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/python3-scales_1.0.9.bb
> > @@ -0,0 +1,2 @@
> > +inherit setuptools3
> > +require python-scales.inc
> > --
> > 2.10.2
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20161118/bb327dd4/attachment-0002.sig>


More information about the Openembedded-devel mailing list