diff options
Diffstat (limited to 'meta-oe/recipes-support/lcov/lcov_1.14.bb')
-rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb index c501b1534d..47062cca52 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.14.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb | |||
@@ -5,7 +5,7 @@ tool gcov. It collects gcov data for multiple source files and creates \ | |||
5 | HTML pages containing the source code annotated with coverage information. \ | 5 | HTML pages containing the source code annotated with coverage information. \ |
6 | It also adds overview pages for easy navigation within the file structure. \ | 6 | It also adds overview pages for easy navigation within the file structure. \ |
7 | LCOV supports statement, function and branch coverage measurement." | 7 | LCOV supports statement, function and branch coverage measurement." |
8 | LICENSE = "GPL-2.0" | 8 | LICENSE = "GPL-2.0-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
10 | 10 | ||
11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |