[oe] [meta-webserver] [PATCH] fix nginx with large files support

Khem Raj raj.khem at gmail.com
Wed Oct 25 03:08:56 UTC 2017


On Tue, Oct 24, 2017 at 8:06 PM, Wangchong Zhou <fffonion at gmail.com> wrote:
>
> On Tue, Oct 24, 2017 at 11:01 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>>
>>
>> Note that disabling the largefile distro feature isn't supported in
>> oe-core any more (the conditional tests have been removed, so all
>> recipes in oe-core build with LFS enabled even if you disable the
>> largefile distro feature).
>>
>>
>> http://git.openembedded.org/openembedded-core/commit/?id=a75ccaea77c8aad8d46e87e8ed4af2e2e0ad5327
>>
>> It's perhaps not the right approach to be adding new conditional tests
>> now in meta-oe.
>
>
> So guess we are safe to hardcode off_t to be 8?
>
>> On Tue, Oct 24, 2017 at 10:55 PM, Khem Raj <raj.khem at gmail.com> wrote:
>>>
>>> I was looking for something like
>>>
>>>
>>> --with-off-t=${@bb.utils.contains('DISTRO_FEATURES','largefile','8','${PTRSIZE}',d)};
>
>
> I tried this but bb reports a bad substitution error (from bash I think).
> Not sure if I missed anything.

escape $ with \



More information about the Openembedded-devel mailing list