summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-06-19 13:09:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 22:13:39 +0100
commitbc060556c54ef90aec44098732007b3d176aa024 (patch)
tree659a73d034ff98723fc02f7fa2970709c923ceae /meta
parent3ee1db96429fc17d810a4f94f68f1378ff86a2a3 (diff)
downloadpoky-bc060556c54ef90aec44098732007b3d176aa024.tar.gz
target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES
Add libperl.so.5 to DUMMY_PROVIDES to avoid do_rootfs failure like below. Error: Problem: package postgresql-11.3-r0.core2_32 requires libperl.so.5, but none of the providers can be installed package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target conflicts with perl provided by perl-5.30.0-r0.core2_32 package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target conflicts with perl-module-strict provided by perl-5.30.0-r0.core2_32 This problem could be reproduced by add 'postgresql' to IMAGE_INSTALL and then `bitbake core-image-minimal -c populate_sdk'. (From OE-Core rev: 8a21559bd49feba6288ad02d928daed6c736df3d) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/meta/target-sdk-provides-dummy.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
index 50182decfb..b5e8c0f034 100644
--- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
+++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
@@ -46,6 +46,7 @@ DUMMYPROVIDES = "\
46 /bin/bash \ 46 /bin/bash \
47 /usr/bin/env \ 47 /usr/bin/env \
48 /usr/bin/perl \ 48 /usr/bin/perl \
49 libperl.so.5 \
49 pkgconfig \ 50 pkgconfig \
50 pkgconfig-dev \ 51 pkgconfig-dev \
51 pkgconfig-src \ 52 pkgconfig-src \