Hi Raphael, On Monday 02 February 2015 12:51:17 Raphael Freudiger wrote: > p7zip is the command line version of 7-Zip for Unix/Linux. > > Signed-off-by: Raphael Freudiger <[email protected]> > Reviewed-By: Pascal Bach <[email protected]> > --- > ... > +# binary is already stripped, don't strip it again > +INHIBIT_PACKAGE_STRIP = "1"
I know there have been a lot of suggested revisions already, and someone should have said this earlier - but in general we prefer to stop the original stripping from happening rather than trying to work around the result being stripped. There is a section in the Yocto Project reference manual on how to deal with various QA issues, the one in question is here: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-issue-already-stripped While you are at it if you could set SUMMARY instead of DESCRIPTION (since the value you're setting is short) that would be great. Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
