summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cloc
Commit message (Collapse)AuthorAgeFilesLines
* cloc: fix upstream version checkPierre-Jean Texier2020-03-051-0/+2
| | | | | | | | | | | | Fixes: INFO: Skip package cloc (status = UNKNOWN_BROKEN, current version = 1.84, next version = N/A) After this commit: INFO: Skip package cloc (status = MATCH, current version = 1.84, next version = 1.84) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* cloc: new packageBartosz Golaszewski2020-01-121-0/+19
This adds a recipe for cloc - a command-line tool for counting lines of code. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>