[oe-commits] [openembedded-core] 04/24: target-sdk-provides-dummy: add libperl.so.5 to DUMMY_PROVIDES

git at git.openembedded.org git at git.openembedded.org
Wed Jun 19 12:16:24 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8a21559bd49feba6288ad02d928daed6c736df3d
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Jun 19 13:09:48 2019 +0800

    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'.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list