diff options
author | Vincent Prince <vincent.prince.fr@gmail.com> | 2018-10-30 11:00:20 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-02 10:05:06 -0700 |
commit | 57d261cad380420e8f656072ea8b900bc4adb097 (patch) | |
tree | 33d2f16f3c18eec7d5ea09d91bfa3cbbe7159a91 /meta-oe/recipes-support | |
parent | 6570a8d5609baa679711badf13e177b76e054c26 (diff) | |
download | meta-openembedded-57d261cad380420e8f656072ea8b900bc4adb097.tar.gz |
lcov: Fix perl module dependencies
Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/lcov/lcov_1.11.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.11.bb b/meta-oe/recipes-support/lcov/lcov_1.11.bb index 2f9ac336e9..56a018ba52 100644 --- a/meta-oe/recipes-support/lcov/lcov_1.11.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.11.bb | |||
@@ -14,6 +14,31 @@ RDEPENDS_${PN} += " \ | |||
14 | perl-module-filehandle \ | 14 | perl-module-filehandle \ |
15 | perl-module-getopt-std \ | 15 | perl-module-getopt-std \ |
16 | perl-module-digest-sha \ | 16 | perl-module-digest-sha \ |
17 | perl-module-constant \ | ||
18 | perl-module-cwd \ | ||
19 | perl-module-errno \ | ||
20 | perl-module-file-basename \ | ||
21 | perl-module-file-find \ | ||
22 | perl-module-file-path \ | ||
23 | perl-module-file-spec \ | ||
24 | perl-module-file-spec-functions \ | ||
25 | perl-module-file-spec-unix \ | ||
26 | perl-module-file-temp \ | ||
27 | perl-module-getopt-long \ | ||
28 | perl-module-list-util \ | ||
29 | perl-module-mro \ | ||
30 | perl-module-overload \ | ||
31 | perl-module-overloading \ | ||
32 | perl-module-overload-numbers \ | ||
33 | perl-module-parent \ | ||
34 | perl-module-pod-usage \ | ||
35 | perl-module-posix \ | ||
36 | perl-module-re \ | ||
37 | perl-module-safe \ | ||
38 | perl-module-scalar-util \ | ||
39 | perl-module-term-cap \ | ||
40 | perl-module-text-parsewords \ | ||
41 | perl-module-tie-hash \ | ||
17 | " | 42 | " |
18 | 43 | ||
19 | SRC_URI = "http://downloads.sourceforge.net/ltp/${BP}.tar.gz" | 44 | SRC_URI = "http://downloads.sourceforge.net/ltp/${BP}.tar.gz" |