[oe] [meta-oe][PATCH] surf: Add simple web browser

Ross Burton ross.burton at intel.com
Fri Nov 15 19:24:41 UTC 2019


On 15/11/2019 13:30, Leon Anavi wrote:
>>> +INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>>> +INHIBIT_PACKAGE_STRIP = "1"
>>
>> Why?
> These two lines prevent already-stripped QA errors.

The correct fix is to stop the recipe from forcibly stripping, or tell 
it to include debug information in the first place.  The default CFLAGS 
includes -g so the problem is normally the former unless CFLAGS is not 
being respected.

Ross


More information about the Openembedded-devel mailing list