From: Chen Qi Date: Tue, 25 Jun 2019 06:45:37 +0000 (+0800) Subject: target-sdk-provides-dummy: add libperl.so.5 64bit X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0729bda0241c7e77da7a7d339a3c0f1bf6f12cd5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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). (From OE-Core rev: ae1414fcbe41a70a56021c4d240976dae0adad33) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb b/meta/recipes-core/meta/target-sdk-provides-dummy.bb index b5e8c0f0340..c33cb803219 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 \