[oe-commits] [meta-openembedded] 14/14: libdbi-perl: prevent native libdbi-perl depending on target perl

git at git.openembedded.org git at git.openembedded.org
Tue Jul 30 23:00:03 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 8a4501f0dfb071da1b1398ae389d9ae144ca9edb
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Jul 30 18:55:45 2019 +0000

    libdbi-perl: prevent native libdbi-perl depending on target perl
    
    * detected with:
      openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets="libdbi-perl-native" --analyze
      ...
      ERROR: libdbi-perl-native different signature for task do_populate_sysroot.sigdata between qemux86 and qemuarm
      Hash for dependent task perl-sanity/perl_5.28.2.bb.do_populate_sysroot changed from 00c0f30e40a144255fc3054e9a71ce73170a89832318774bd2a8fc5e8dcd20ad to e22ff8375c4ee6bda646dae8a1d6b1ddeb6d373678fc036fdc406e91a026b497
    
    * it was already merged in:
      http://git.openembedded.org/meta-openembedded/commit/?id=d98e62e64219b365063fdb299d35f2af999d8f6e
      and then silently reverted in:
      http://git.openembedded.org/meta-openembedded/commit/?id=784285981b1ce9825575981f2b60e2b286251283
      see:
      http://lists.openembedded.org/pipermail/openembedded-devel/2019-July/200676.html
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb
index 77991bd..91f94a1 100644
--- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb
+++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb
@@ -27,7 +27,7 @@ do_install_prepend() {
 	rm -rf ${B}/t/z*.t
 }
 
-RDEPENDS_${PN} = " \
+RDEPENDS_${PN}_class-target = " \
     perl-module-carp \
     perl-module-exporter \
     perl-module-exporter-heavy \

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


More information about the Openembedded-commits mailing list