openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Andrew Jeffery <andrew@aj.id.au>
Cc: Anuj Mittal <anuj.mittal@intel.com>,
	 openembeded-devel <openembedded-devel@lists.openembedded.org>,
	openbmc@lists.ozlabs.org
Subject: Re: [oe] [RESEND][meta-python][PATCH 1/3] meta-python: Add python-pyflame recipe
Date: Fri, 22 Jun 2018 14:16:08 -0700	[thread overview]
Message-ID: <CAMKF1sr9TbKeDPZq96mpNujYct-ONcr7rjsWm7Cb_sB1Po8m4A@mail.gmail.com> (raw)
In-Reply-To: <1525420516.2510070.1360549248.0F065DEC@webmail.messagingengine.com>

On Fri, May 4, 2018 at 12:55 AM Andrew Jeffery <andrew@aj.id.au> wrote:
>
> Hi Anuj,
>
> Thanks for the quick review!
>
> On Fri, 4 May 2018, at 17:20, Anuj Mittal wrote:
> > On 05/04/2018 03:09 PM, Andrew Jeffery wrote:
> > > Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> > > ---
> > >  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
>
> What exact URL should I use? I got the URL used in the recipe through the releases page by copying the tar.gz link.

here I think you need to use git fetcher instead of wget fetcher and
point SRCREV = "sha of tag" something like below

SRC_URI = "git://github.com/uber/pyflame"
# v1.6.6
SRCREV = "8a9d8c2acc3b3bb027475b738134f1e6fff14e6c"
S = "${WORKDIR}/git"
UPSTREAM_CHECK_URI = "https://github.com/uber/pyflame/releases"

      reply	other threads:[~2018-06-22 21:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-04  7:09 [RESEND][meta-python][PATCH 1/3] meta-python: Add python-pyflame recipe Andrew Jeffery
2018-05-04  7:09 ` [RESEND][meta-python][PATCH 2/3] meta-python: Port python-pyflame to 32-bit ARM Andrew Jeffery
2018-05-04  7:09 ` [RESEND][meta-python][PATCH 3/3] meta-python: Make python-pyflame cope with prelinked ELFs Andrew Jeffery
2018-05-04  7:50 ` [oe] [RESEND][meta-python][PATCH 1/3] meta-python: Add python-pyflame recipe Anuj Mittal
2018-05-04  7:55   ` Andrew Jeffery
2018-06-22 21:16     ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMKF1sr9TbKeDPZq96mpNujYct-ONcr7rjsWm7Cb_sB1Po8m4A@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=andrew@aj.id.au \
    --cc=anuj.mittal@intel.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).