diff options
author | Ricardo Ribalda Delgado <ricardo@ribalda.com> | 2019-10-17 16:16:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-19 23:18:33 +0100 |
commit | 6f2670dfea823d71f2998f3bae07b6f59ee86228 (patch) | |
tree | 159370a5908a6e71de59be5e7bdcc2906772d936 /meta | |
parent | 8569cb2758ccbc9e22882c37ce490f2f62050e65 (diff) | |
download | poky-6f2670dfea823d71f2998f3bae07b6f59ee86228.tar.gz |
i2c-tools: Add missing RDEPEND
Fixes:
# decode-dimms
Can't locate Carp.pm in @INC (you may need to install the Carp module) (@INC contains: /usr/lib/perl5/site_perl/5.28.1/x86_64-linux /usr/lib/perl5/site_perl/5.28.1 /usr/lib/perl5/vendor_perl/5.28.1/x86_64-linux /usr/lib/perl5/vendor_perl/5.28.1 /usr/lib/perl5/5.28.1/x86_64-linux /usr/lib/perl5/5.28.1 .) at /usr/lib/perl5/5.28.1/Tie/Hash.pm line 190.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.28.1/Tie/Hash.pm line 190.
Compilation failed in require at /usr/lib/perl5/5.28.1/x86_64-linux/POSIX.pm line 505.
Compilation failed in require at /usr/bin/decode-dimms line 41.
BEGIN failed--compilation aborted at /usr/bin/decode-dimms line 41.
root@qt5222:~# apt-get install perl-module-carp
(From OE-Core rev: c73d2a2c0ecc99f0d6d7e6a1861ecce7a2312a57)
Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb index dcbd05aed4..c5761170aa 100644 --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb | |||
@@ -31,6 +31,7 @@ FILES_${PN}-misc = "${sbindir}/i2c-stub-from-dump \ | |||
31 | RDEPENDS_${PN}-misc = "${PN} perl perl-module-posix \ | 31 | RDEPENDS_${PN}-misc = "${PN} perl perl-module-posix \ |
32 | perl-module-constant perl-module-file-basename \ | 32 | perl-module-constant perl-module-file-basename \ |
33 | perl-module-fcntl perl-module-strict perl-module-vars \ | 33 | perl-module-fcntl perl-module-strict perl-module-vars \ |
34 | perl-module-carp \ | ||
34 | " | 35 | " |
35 | 36 | ||
36 | ALTERNATIVE_PRIORITY = "100" | 37 | ALTERNATIVE_PRIORITY = "100" |