diff options
| -rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.16.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.16.bb b/meta-oe/recipes-support/lcov/lcov_1.16.bb index 22d68814ee..4f35eff90f 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.16.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.16.bb | |||
| @@ -50,6 +50,9 @@ SRC_URI = "https://github.com/linux-test-project/lcov/releases/download/v${PV}/l | |||
| 50 | SRC_URI[md5sum] = "bfee0cef50d7b7bd1df03bfadf68dcef" | 50 | SRC_URI[md5sum] = "bfee0cef50d7b7bd1df03bfadf68dcef" |
| 51 | SRC_URI[sha256sum] = "987031ad5528c8a746d4b52b380bc1bffe412de1f2b9c2ba5224995668e3240b" | 51 | SRC_URI[sha256sum] = "987031ad5528c8a746d4b52b380bc1bffe412de1f2b9c2ba5224995668e3240b" |
| 52 | 52 | ||
| 53 | UPSTREAM_CHECK_URI = "https://github.com/linux-test-project/lcov/releases" | ||
| 54 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 55 | |||
| 53 | do_install() { | 56 | do_install() { |
| 54 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} LCOV_PERL_PATH="/usr/bin/env perl" | 57 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} LCOV_PERL_PATH="/usr/bin/env perl" |
| 55 | } | 58 | } |
