summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml/castxml_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Specify branch and protocol in SRC_URIhardknottDevendra Tewari2021-11-221-1/+1
| | | | | | | | github has stopped supporting anonymous git protocol and bitbake now warns about branch not being explicit, master is no more a viable fallback Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
* CastXML: new recipeDaniel McGregor2020-10-081-0/+29
CastXML is an AST analysis tool similar to and succeeding gccxml. It is used to generate an XML description of a C or C++ abstract syntax tree. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>