diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-07-30 18:55:45 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-30 19:15:24 -0700 |
commit | e63b45fdd1028a247a72bcd9d146cdc4f40dca69 (patch) | |
tree | f30547db1fb89ce911f2caafecf2e214b8a1bdcd /meta-oe/recipes-devtools | |
parent | ae65eb496b5597e8b14137418c2fa42d1a7088b9 (diff) | |
download | meta-openembedded-e63b45fdd1028a247a72bcd9d146cdc4f40dca69.tar.gz |
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@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 77991bd15..91f94a1aa 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() { | |||
27 | rm -rf ${B}/t/z*.t | 27 | rm -rf ${B}/t/z*.t |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN} = " \ | 30 | RDEPENDS_${PN}_class-target = " \ |
31 | perl-module-carp \ | 31 | perl-module-carp \ |
32 | perl-module-exporter \ | 32 | perl-module-exporter \ |
33 | perl-module-exporter-heavy \ | 33 | perl-module-exporter-heavy \ |