mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
Using += with an over-ride can be a source of confusion so try to avoid the construct in core recipes. In this case, the _darwin over-ride seems to be unmaintained. It was added in early 2013 but has not been accounted for in subsequent updates to the recipe and (from inspection) now appears to be broken. Remove the _darwin over-ride rather than try to debug or fix it. (From OE-Core rev: 74e87700f4eb8c96aa7db3c722dd122c7e6f4bd6) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>