diff options
Diffstat (limited to 'meta-oe/recipes-support/lcov/lcov_1.16.bb')
-rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.16.bb | 18 |
1 files changed, 12 insertions, 6 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..a889b3fa82 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.16.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.16.bb | |||
@@ -9,13 +9,13 @@ 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} += " \ |
12 | libjson-perl \ | ||
12 | perl \ | 13 | perl \ |
13 | perl-module-filehandle \ | 14 | perl-module-compress-zlib \ |
14 | perl-module-getopt-std \ | ||
15 | perl-module-digest-md5 \ | ||
16 | perl-module-digest-sha \ | ||
17 | perl-module-constant \ | 15 | perl-module-constant \ |
18 | perl-module-cwd \ | 16 | perl-module-cwd \ |
17 | perl-module-digest-md5 \ | ||
18 | perl-module-digest-sha \ | ||
19 | perl-module-errno \ | 19 | perl-module-errno \ |
20 | perl-module-file-basename \ | 20 | perl-module-file-basename \ |
21 | perl-module-file-copy \ | 21 | perl-module-file-copy \ |
@@ -25,12 +25,16 @@ RDEPENDS:${PN} += " \ | |||
25 | perl-module-file-spec-functions \ | 25 | perl-module-file-spec-functions \ |
26 | perl-module-file-spec-unix \ | 26 | perl-module-file-spec-unix \ |
27 | perl-module-file-temp \ | 27 | perl-module-file-temp \ |
28 | perl-module-filehandle \ | ||
28 | perl-module-getopt-long \ | 29 | perl-module-getopt-long \ |
30 | perl-module-getopt-std \ | ||
29 | perl-module-list-util \ | 31 | perl-module-list-util \ |
32 | perl-module-load \ | ||
33 | perl-module-metadata \ | ||
30 | perl-module-mro \ | 34 | perl-module-mro \ |
31 | perl-module-overload \ | 35 | perl-module-overload \ |
32 | perl-module-overloading \ | ||
33 | perl-module-overload-numbers \ | 36 | perl-module-overload-numbers \ |
37 | perl-module-overloading \ | ||
34 | perl-module-parent \ | 38 | perl-module-parent \ |
35 | perl-module-pod-usage \ | 39 | perl-module-pod-usage \ |
36 | perl-module-posix \ | 40 | perl-module-posix \ |
@@ -47,9 +51,11 @@ RDEPENDS:${PN}:append:class-target = " \ | |||
47 | gcov-symlinks \ | 51 | gcov-symlinks \ |
48 | " | 52 | " |
49 | SRC_URI = "https://github.com/linux-test-project/lcov/releases/download/v${PV}/lcov-${PV}.tar.gz" | 53 | SRC_URI = "https://github.com/linux-test-project/lcov/releases/download/v${PV}/lcov-${PV}.tar.gz" |
50 | SRC_URI[md5sum] = "bfee0cef50d7b7bd1df03bfadf68dcef" | ||
51 | SRC_URI[sha256sum] = "987031ad5528c8a746d4b52b380bc1bffe412de1f2b9c2ba5224995668e3240b" | 54 | SRC_URI[sha256sum] = "987031ad5528c8a746d4b52b380bc1bffe412de1f2b9c2ba5224995668e3240b" |
52 | 55 | ||
56 | UPSTREAM_CHECK_URI = "https://github.com/linux-test-project/lcov/releases" | ||
57 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
58 | |||
53 | do_install() { | 59 | do_install() { |
54 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} LCOV_PERL_PATH="/usr/bin/env perl" | 60 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} LCOV_PERL_PATH="/usr/bin/env perl" |
55 | } | 61 | } |