* [PATCH 0/1] target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES
@ 2019-06-19 5:09 Chen Qi
2019-06-19 5:09 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2019-06-19 5:09 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 111b7173fee69fe8b01ec2fa6999713841326537:
dev-manual: Fixed grammar issue. (2019-06-18 11:29:23 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/target-sdk-perl
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/target-sdk-perl
Chen Qi (1):
target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES
meta/recipes-core/meta/target-sdk-provides-dummy.bb | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES
2019-06-19 5:09 [PATCH 0/1] target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES Chen Qi
@ 2019-06-19 5:09 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2019-06-19 5:09 UTC (permalink / raw)
To: openembedded-core
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'.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/meta/target-sdk-provides-dummy.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
index 50182de..b5e8c0f 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 = "\
/bin/bash \
/usr/bin/env \
/usr/bin/perl \
+ libperl.so.5 \
pkgconfig \
pkgconfig-dev \
pkgconfig-src \
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-19 4:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 5:09 [PATCH 0/1] target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES Chen Qi
2019-06-19 5:09 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox