[oe] [meta-python][PATCH] pycrypto: Add recipe to have support on python3

Ricardo Silva rjpdasilva at gmail.com
Thu Jan 4 17:27:25 UTC 2018


Hi Tim,

On 01/04/2018 04:56 PM, Tim Orling wrote:
> 
>> On Jan 4, 2018, at 8:51 AM, Ricardo Silva <rjpdasilva at gmail.com> wrote:
>>
>>>
>>> Rather than duplicate the SRC_URI in both python2- and python3- recipes, we should add them to python-pycrypto.inc and add the following to python-pycrypto.inc
>>>
>>> FILESEXTRAPATHS_prepend := "${THISDIR}/python-pycrypto:”
>>>
>>
>> Agree.
>> Shall I send a v2 with your suggested changes?
>>
> 
> Yes, please. If you don’t mind (it will need to remove the extra SRC_URI lines from python2 recipe, add the SRC_URI lines and FILESEXTRAPATHS to .inc and then add the python3 recipe).

Glad to. You mean the changes should be split over a patch series, or OK
to have a single patch with all the changes?

Also note that the .inc file already had :
	FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
so I would just change that to:
	FILESEXTRAPATHS_prepend := "${THISDIR}/python-pycrypto:"

Regards,

Ricardo Silva



More information about the Openembedded-devel mailing list