diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-05-12 09:40:35 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-12 10:22:51 -0700 |
commit | eb868d056d15a56596cbf6ed3a4b66b054f2d563 (patch) | |
tree | 75b15610c5432c412a9e55acb48a043333a7edab | |
parent | 3061021f21f4e535db3e3c951f60a43d3615fd70 (diff) | |
download | meta-openembedded-eb868d056d15a56596cbf6ed3a4b66b054f2d563.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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb | 9 |
1 files changed, 5 insertions, 4 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 3c031646b..ff4a9d061 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb | |||
@@ -7,10 +7,11 @@ database interface independent of the actual database being used. \ | |||
7 | HOMEPAGE = "http://search.cpan.org/dist/DBI/" | 7 | HOMEPAGE = "http://search.cpan.org/dist/DBI/" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
10 | RDEPENDS_${PN} = " perl-module-carp \ | 10 | RDEPENDS_${PN}_class-target = " \ |
11 | perl-module-exporter \ | 11 | perl-module-carp \ |
12 | perl-module-exporter-heavy \ | 12 | perl-module-exporter \ |
13 | perl-module-dynaloader \ | 13 | perl-module-exporter-heavy \ |
14 | perl-module-dynaloader \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10982c7148e0a012c0fd80534522f5c5" | 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10982c7148e0a012c0fd80534522f5c5" |