Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta-mingw: Convert to new override syntax | Richard Purdie | 2021-07-30 | 1 | -1/+1 |
| | | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | expat: Fix ${PN}-bin handling for .exe files | Nathan Rossi | 2017-04-06 | 1 | -0/+3 |
For mingw it is convention to have DLLs in bindir. To avoid grouping anything other that .exe files into the ${PN}-bin package, override it so that only '*.exe' files are shipped. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> |