Re: [OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-27 Thread akuster808
On 10/27/2016 01:32 PM, Wold, Saul wrote: This has been merged to master ping for Krogoth Sau! is in my staging work. http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akuster/krogoth-next&id=d52071671f6b93a7653b8445bf9bf2b9a5c0e29a I am working on getting a clean build out o

Re: [OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-27 Thread Wold, Saul
This has been merged to master ping for Krogoth Sau! On Mon, 2016-10-10 at 11:32 -0700, Saul Wold wrote: > > The source archiver was not handling the gcc-source target correctly, > since it uses the > work-shared directory, we don't want to unpack and patch it twice, > just as the comments > say

Re: [OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-17 Thread akuster808
On 10/17/2016 07:25 AM, Saul Wold wrote: This has been merged to master ping for Krogoth Merged to my stagging. Thanks for the reminder. - armin Sau! On Mon, 2016-10-10 at 11:32 -0700, Saul Wold wrote: The source archiver was not handling the gcc-source target correctly, since it uses th

Re: [OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-17 Thread Saul Wold
This has been merged to master ping for Krogoth Sau! On Mon, 2016-10-10 at 11:32 -0700, Saul Wold wrote: > The source archiver was not handling the gcc-source target correctly, > since it uses the > work-shared directory, we don't want to unpack and patch it twice, > just as the comments > say, b

[OE-core] [PATCH][master][krogoth] archiver: fix gcc-source handling

2016-10-10 Thread Saul Wold
The source archiver was not handling the gcc-source target correctly, since it uses the work-shared directory, we don't want to unpack and patch it twice, just as the comments say, but the code was not there to check for the gcc-source target. [YOCTO #10265] Signed-off-by: Saul Wold --- meta