[OE-core] [PATCH] glibc: Fix timestamp of plural.c after unpack

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Tue Oct 11 09:22:27 UTC 2016


Mark Hatle <mark.hatle-CWA4WttNNZF54TAoqtyWWQ at public.gmane.org> writes:

> My understanding of the issue is that the extraction of the plural.c and
> plural.y files happens so quickly that it is unclear to make if one is older
> then the other -- so it sometimes uses bison to rebuild the plural.c.

When this is really the case, this can apply to the workaround too.  So,
there should be added a 'sleep 1' before the 'touch' or (better?) remove
plural.c to enforce a rebuild.

>> +do_unpack_workaround() {
>> +	touch ${S}/intl/plural.c
>> +}


Enrico



More information about the Openembedded-core mailing list