[oe] [meta-python][PATCH v2 1/2] python-gsocketpool: add new recipe

Andrej Rode andrej.rode at ettus.com
Thu Apr 6 16:05:13 UTC 2017


Looking at the patches on patchwork they look fine and after applying them
the commit message looks correct. I think gmail is just displaying these
mails incorrectly. My first patch series was merely a mistake, I apologize.

On Thu, Apr 6, 2017 at 12:22 AM, Martin Jansa <martin.jansa at gmail.com>
wrote:

> The Signed-off-by: line should be in commit message, not in separate
> e-mail, patchwork might include the SOB, but it will still leave empty
> commit message body, why don't you move your reply there?
>
> On Thu, Apr 6, 2017 at 3:04 AM, Andrej Rode <andrej.rode at ettus.com> wrote:
>
>> Adds recipe for python-gsocketpool as a dependency for python-mprpc
>>
>> Signed-off-by: Andrej Rode <andrej.rode at ettus.com>
>> ---
>>  .../python-gsocketpool/python-gsocketpool_0.1.5.bb           | 12
>> ++++++++++++
>>  1 file changed, 12 insertions(+)
>>  create mode 100644 meta-python/recipes-connectivity/python-gsocketpool/
>> python-gsocketpool_0.1.5.bb
>>
>> diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python
>> -gsocketpool_0.1.5.bb b/meta-python/recipes-connecti
>> vity/python-gsocketpool/python-gsocketpool_0.1.5.bb
>> new file mode 100644
>> index 0000000..ae7f264
>> --- /dev/null
>> +++ b/meta-python/recipes-connectivity/python-gsocketpool/python
>> -gsocketpool_0.1.5.bb
>> @@ -0,0 +1,12 @@
>> +SUMMARY = "A simple connection pool for gevent"
>> +DESCRIPTION = "creates a pool of connections that can be used with
>> gevent"
>> +HOMEPAGE = "https://github.com/studio-ousia/gsocketpool"
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859"
>> +DEPENDS += "python-gevent"
>> +RDEPENDS_${PN} += "python-gevent"
>> +
>> +SRC_URI[md5sum] = "04f618864b18d6b06f774994f172ef49"
>> +SRC_URI[sha256sum] = "b6b73deab9bcbc428d4813697eebe
>> 5c3b9c40a971f62e13607b881aa749af9d0"
>> +
>> +inherit pypi setuptools
>> --
>> 2.10.2
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>



More information about the Openembedded-devel mailing list