Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gengetopt: Use std=c++14 | Khem Raj | 2023-01-21 | 1 | -0/+2 |
| | | | | | | | | | | | It needs std::unary_operator which is gone in c++17, until it is forward ported to work with c++17, pin to c++14 ../../gengetopt-2.23/src/gm_utils.h:132:35: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'? | struct pair_print_f : public std::unary_function<T, void> | ~~~~~^~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | recipes: Update LICENSE variable to use SPDX license identifiers | Khem Raj | 2022-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | recipes: Inherit missing texinfo for makeinfo program | Khem Raj | 2020-01-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | recipes-support: Added recipe for gengetopt package | Marek Belisko | 2020-01-28 | 1 | -0/+16 |
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |