Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2014-02-28 | autotools-brokensep: Mark recipes with broken separate build dir support | Richard Purdie | 1 | |
This patch goes through the OE-Core recipes and marks those which use autotools but don't support a separate build directory (${S} != ${B}). A new class, autotools-brokensep is used for this purpose. This doesn't introduce any change in behaviour in its own right. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |