* [PATCH 0/1] target-sdk-provides-dummy: add libperl.so.5 64bit
@ 2019-06-25 6:45 Chen Qi
2019-06-25 6:45 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2019-06-25 6:45 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 67266331b0f557c01cde1cc1b1a1de7197443a6c:
local.conf.sample.extended: remove redundant RUNTIMETARGET assignment (2019-06-24 17:34:25 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/target-sdk-perl-64
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/target-sdk-perl-64
Chen Qi (1):
target-sdk-provides-dummy: add libperl.so.5 64bit
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 64bit
2019-06-25 6:45 [PATCH 0/1] target-sdk-provides-dummy: add libperl.so.5 64bit Chen Qi
@ 2019-06-25 6:45 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2019-06-25 6:45 UTC (permalink / raw)
To: openembedded-core
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@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 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 \
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-25 6:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-25 6:45 [PATCH 0/1] target-sdk-provides-dummy: add libperl.so.5 64bit Chen Qi
2019-06-25 6:45 ` [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