diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/lcov | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lcov')
| -rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb index 0cc8b31b3f..c501b1534d 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.14.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb | |||
| @@ -8,7 +8,7 @@ LCOV supports statement, function and branch coverage measurement." | |||
| 8 | LICENSE = "GPL-2.0" | 8 | LICENSE = "GPL-2.0" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 10 | 10 | ||
| 11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | libjson-perl \ | 12 | libjson-perl \ |
| 13 | libperlio-gzip-perl \ | 13 | libperlio-gzip-perl \ |
| 14 | perl \ | 14 | perl \ |
| @@ -44,7 +44,7 @@ RDEPENDS_${PN} += " \ | |||
| 44 | perl-module-tie-hash \ | 44 | perl-module-tie-hash \ |
| 45 | " | 45 | " |
| 46 | 46 | ||
| 47 | RDEPENDS_${PN}_append_class-target = " \ | 47 | RDEPENDS:${PN}:append:class-target = " \ |
| 48 | gcov \ | 48 | gcov \ |
| 49 | gcov-symlinks \ | 49 | gcov-symlinks \ |
| 50 | " | 50 | " |
