From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=aj.id.au (client-ip=66.111.4.25; helo=out1-smtp.messagingengine.com; envelope-from=andrew@aj.id.au; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=aj.id.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=aj.id.au header.i=@aj.id.au header.b="rRS7B02Q"; dkim=pass (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="isniP9O6"; dkim-atps=neutral Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40wBnJ0ZGvzDr43 for ; Tue, 29 May 2018 21:48:18 +1000 (AEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6E00421A7B; Tue, 29 May 2018 07:48:15 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Tue, 29 May 2018 07:48:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aj.id.au; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=zZFCZKTT7X6tfu8U5UFauSPyRLvWj 1eJ9tU8cHKk2FE=; b=rRS7B02Q8/OPqwVCrF4VPmFwj4bRLXYDRqeknHsPRM+Pw cnjLhawCHbcz5CddJ48EyGId1u8IovKeSfKeg8EFCnHdLqleh9WcGc5SKVgIbhVz tujDgdyxq5UqXvbcL/8EUI834F2J2v+5DZUvYAhHtVZN8O2l7qhRuwesV/OxZzc3 DYM3W7kSi2ihrwZW0AWsN1MQH4/rZmb8qAawHOk4mOyr7sUwmnCbU6+CX/4lKua/ LgbAblVhSIi4sciIgIrWMs7lk2jlnE1r3A5ToV+RcmHYrJK6yTXwDLMcxp4zKiwF k9Dexmm41uZdeqnEtQ/uQ8QxvGHFTGofnTSXIBgSQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=zZFCZK TT7X6tfu8U5UFauSPyRLvWj1eJ9tU8cHKk2FE=; b=isniP9O6NhwMM09b85A0+z rKozAtZSOMm6bezBUfjmKnuQtCjWsJoXFsO88ckgmORr29ZKhJ2GLrsk3G+5pQYP GVewDnlGDzEDtRrRHQf9v3TMPALhbkAsnCMh8zdpeLs/9JMUC4GKXvQNzZwr2yIs /R5ZONBpwKc6GxxtKH+Yi5gzbelRSfHTL85sURpgKkkJmyU1V6KjfwRHL1aGNr7i VJy1wJ0Bb6xPO17apMNnUGbBxH29WLwlVH9M94sg93zyIL1TizONB/LA6KCc9asx hX36codsK5ujFEGmUbYB2QcZSHZRnfBa9B8bGell17Ig3rcXzVmLTV5JLd8tOIYw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id E7AF5410C; Tue, 29 May 2018 07:48:14 -0400 (EDT) Message-Id: <1527594494.687641.1388974752.4113AC8F@webmail.messagingengine.com> From: Andrew Jeffery To: Andrew Jeffery , openembedded-devel@lists.openembedded.org Cc: anuj.mittal@intel.com, openbmc@lists.ozlabs.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-397f98d6 Subject: Re: [meta-python][PATCH v2 1/3] meta-python: Add python-pyflame recipe References: <20180510063718.16913-1-andrew@aj.id.au> Date: Tue, 29 May 2018 21:18:14 +0930 In-Reply-To: <20180510063718.16913-1-andrew@aj.id.au> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2018 11:48:21 -0000 On Thu, 10 May 2018, at 16:07, Andrew Jeffery wrote: > Signed-off-by: Andrew Jeffery Ping - is there anything I need to revise for this patch or the following two? Cheers, Andrew > --- > meta-python/recipes-devtools/python/python-pyflame.inc | 12 ++++++++++++ > meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | 1 + > 2 files changed, 13 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..3b84a7e8f8e3 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyflame.inc > @@ -0,0 +1,12 @@ > +SUMMARY = "Pyflame: A Ptracing Profiler For Python" > +HOMEPAGE = "https://github.com/uber/pyflame" > +SECTION = "devel/python" > +LICENSE = "Apache-2.0" > +LIC_FILES_CHKSUM = "file://${S}/ > LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" > +DEPENDS = "python" > + > +SRC_URI = "git://github.com/uber/pyflame.git;protocol=https;tag=v${PV}" > +S = "${WORKDIR}/git" > + > +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..96f03305f883 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb > @@ -0,0 +1 @@ > +require python-pyflame.inc > -- > 2.14.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mail.openembedded.org (Postfix) with ESMTP id 19D2D60574 for ; Tue, 29 May 2018 11:48:14 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6E00421A7B; Tue, 29 May 2018 07:48:15 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Tue, 29 May 2018 07:48:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aj.id.au; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=zZFCZKTT7X6tfu8U5UFauSPyRLvWj 1eJ9tU8cHKk2FE=; b=rRS7B02Q8/OPqwVCrF4VPmFwj4bRLXYDRqeknHsPRM+Pw cnjLhawCHbcz5CddJ48EyGId1u8IovKeSfKeg8EFCnHdLqleh9WcGc5SKVgIbhVz tujDgdyxq5UqXvbcL/8EUI834F2J2v+5DZUvYAhHtVZN8O2l7qhRuwesV/OxZzc3 DYM3W7kSi2ihrwZW0AWsN1MQH4/rZmb8qAawHOk4mOyr7sUwmnCbU6+CX/4lKua/ LgbAblVhSIi4sciIgIrWMs7lk2jlnE1r3A5ToV+RcmHYrJK6yTXwDLMcxp4zKiwF k9Dexmm41uZdeqnEtQ/uQ8QxvGHFTGofnTSXIBgSQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=zZFCZK TT7X6tfu8U5UFauSPyRLvWj1eJ9tU8cHKk2FE=; b=isniP9O6NhwMM09b85A0+z rKozAtZSOMm6bezBUfjmKnuQtCjWsJoXFsO88ckgmORr29ZKhJ2GLrsk3G+5pQYP GVewDnlGDzEDtRrRHQf9v3TMPALhbkAsnCMh8zdpeLs/9JMUC4GKXvQNzZwr2yIs /R5ZONBpwKc6GxxtKH+Yi5gzbelRSfHTL85sURpgKkkJmyU1V6KjfwRHL1aGNr7i VJy1wJ0Bb6xPO17apMNnUGbBxH29WLwlVH9M94sg93zyIL1TizONB/LA6KCc9asx hX36codsK5ujFEGmUbYB2QcZSHZRnfBa9B8bGell17Ig3rcXzVmLTV5JLd8tOIYw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id E7AF5410C; Tue, 29 May 2018 07:48:14 -0400 (EDT) Message-Id: <1527594494.687641.1388974752.4113AC8F@webmail.messagingengine.com> From: Andrew Jeffery To: Andrew Jeffery , openembedded-devel@lists.openembedded.org MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-397f98d6 References: <20180510063718.16913-1-andrew@aj.id.au> Date: Tue, 29 May 2018 21:18:14 +0930 In-Reply-To: <20180510063718.16913-1-andrew@aj.id.au> Cc: openbmc@lists.ozlabs.org Subject: Re: [meta-python][PATCH v2 1/3] meta-python: Add python-pyflame recipe X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2018 11:48:15 -0000 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" On Thu, 10 May 2018, at 16:07, Andrew Jeffery wrote: > Signed-off-by: Andrew Jeffery Ping - is there anything I need to revise for this patch or the following two? Cheers, Andrew > --- > meta-python/recipes-devtools/python/python-pyflame.inc | 12 ++++++++++++ > meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | 1 + > 2 files changed, 13 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..3b84a7e8f8e3 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyflame.inc > @@ -0,0 +1,12 @@ > +SUMMARY = "Pyflame: A Ptracing Profiler For Python" > +HOMEPAGE = "https://github.com/uber/pyflame" > +SECTION = "devel/python" > +LICENSE = "Apache-2.0" > +LIC_FILES_CHKSUM = "file://${S}/ > LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" > +DEPENDS = "python" > + > +SRC_URI = "git://github.com/uber/pyflame.git;protocol=https;tag=v${PV}" > +S = "${WORKDIR}/git" > + > +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..96f03305f883 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb > @@ -0,0 +1 @@ > +require python-pyflame.inc > -- > 2.14.1 >