[oe-commits] [openembedded-core] 27/33: target-sdk-provides-dummy: add libperl.so.5 64bit

git at git.openembedded.org git at git.openembedded.org
Thu Jun 27 11:32:41 UTC 2019


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

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

commit ae1414fcbe41a70a56021c4d240976dae0adad33
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Jun 25 14:45:37 2019 +0800

    target-sdk-provides-dummy: add libperl.so.5 64bit
    
    With postgresql added to IMAGE_INSTALL, we will get the following
    error when building for 64bit BSPs.
    
      Problem: package postgresql-11.3-r0.corei7_64 requires libperl.so.5()(64bit), but none of the providers can be installed
    
    A previous patch has added libperl.so.5 to DUMMY_PROVIDES, but this
    is not enough. Because for 64bit BSP, it should also provide libperl.so.5()(64bit).
    
    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 b5e8c0f..c33cb80 100644
--- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb
+++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb
@@ -47,6 +47,7 @@ DUMMYPROVIDES = "\
     /usr/bin/env \
     /usr/bin/perl \
     libperl.so.5 \
+    libperl.so.5()(64bit) \
     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