diff options
-rwxr-xr-x | meta-oe/recipes-support/lcov/lcov_1.16.bb | 4 |
1 files changed, 4 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 e566aeb870..a889b3fa82 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.16.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.16.bb | |||
@@ -9,7 +9,9 @@ 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 \ |
14 | perl-module-compress-zlib \ | ||
13 | perl-module-constant \ | 15 | perl-module-constant \ |
14 | perl-module-cwd \ | 16 | perl-module-cwd \ |
15 | perl-module-digest-md5 \ | 17 | perl-module-digest-md5 \ |
@@ -27,6 +29,8 @@ RDEPENDS:${PN} += " \ | |||
27 | perl-module-getopt-long \ | 29 | perl-module-getopt-long \ |
28 | perl-module-getopt-std \ | 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-overload-numbers \ | 36 | perl-module-overload-numbers \ |