[oe] [PATCH] python-protobuf: disable clean

Burton, Ross ross.burton at intel.com
Fri Aug 31 14:54:02 UTC 2018


Erm, yeah, that would be a rebase gone bad.

Thanks for spotting ;)
Ross

On 31 August 2018 at 15:45, Martin Jansa <martin.jansa at gmail.com> wrote:
> Isn't this already covered by:
> http://git.openembedded.org/meta-openembedded/commit/?id=19aeaf028f6819e5fa705593d4bcdbf0b98143e0
> http://git.openembedded.org/meta-openembedded/commit/?id=e65b1c4ebbbf2174125e7c659b908dd0f46c4509
> https://patchwork.openembedded.org/patch/154300/
> ?
>
> On Fri, Aug 31, 2018 at 4:42 PM Ross Burton <ross.burton at intel.com> wrote:
>>
>> The distutils class does a 'setup.py clean' but this breaks the protobuf
>> build:
>>
>> | Can't find required file: ../src/google/protobuf/descriptor.proto
>> | Generating google/protobuf/descriptor_pb2.py...
>> | ERROR: python3 setup.py build_ext execution failed.
>>
>> Disable the clean to work around this.
>>
>> Signed-off-by: Ross Burton <ross.burton at intel.com>
>> ---
>>  meta-python/recipes-devtools/python/python-protobuf.inc | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc
>> b/meta-python/recipes-devtools/python/python-protobuf.inc
>> index 6a0568ae62..421775d394 100644
>> --- a/meta-python/recipes-devtools/python/python-protobuf.inc
>> +++ b/meta-python/recipes-devtools/python/python-protobuf.inc
>> @@ -25,3 +25,5 @@ RDEPENDS_${PN} += " \
>>
>>  # For usage in other recipies when compiling protobuf files (e.g. by
>> grpcio-tools)
>>  BBCLASSEXTEND = "native"
>> +
>> +CLEANBROKEN = "1"
>> --
>> 2.11.0
>>
>> --
>> _______________________________________________
>> 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