Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recipes: Fix variable assignment whitespace | Richard Purdie | 2025-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-pcodedmp: add recipe | Leon Anavi | 2023-11-02 | 1 | -0/+12 |
Add pcodedmp, a VBA (Visual Basic for Applications; the macro programming language used in Microsoft Office) p-code disassembler version 1.2.6: - Some cosmetic changes - win_unicode_console not used when unavailable - win_unicode_console is now used only on Windows This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |