summaryrefslogtreecommitdiffstats
path: root/meta-perl/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/conf')
-rwxr-xr-xmeta-perl/conf/include/non-repro-meta-perl.inc10
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc13
-rw-r--r--meta-perl/conf/layer.conf13
3 files changed, 19 insertions, 17 deletions
diff --git a/meta-perl/conf/include/non-repro-meta-perl.inc b/meta-perl/conf/include/non-repro-meta-perl.inc
deleted file mode 100755
index 9082691f67..0000000000
--- a/meta-perl/conf/include/non-repro-meta-perl.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1# List of known non-reproducible package of the meta-perl layer
2# Please keep this list sorted
3KNOWN_NON_REPRO_META_PERL = " \
4 libencode-perl-src \
5 libhtml-tree-perl \
6 libhtml-tree-perl-doc \
7 libmodule-build-tiny-perl \
8 po4a \
9 po4a-doc \
10"
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index 842f817f1f..e0c5707f4b 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -8,7 +8,6 @@
8# ptests which take less than ~30s each 8# ptests which take less than ~30s each
9PTESTS_FAST_META_PERL = "\ 9PTESTS_FAST_META_PERL = "\
10 libcapture-tiny-perl \ 10 libcapture-tiny-perl \
11 libcgi-perl \
12 libcrypt-openssl-random-perl \ 11 libcrypt-openssl-random-perl \
13 libdigest-hmac-perl \ 12 libdigest-hmac-perl \
14 liberror-perl \ 13 liberror-perl \
@@ -16,7 +15,7 @@ PTESTS_FAST_META_PERL = "\
16 libextutils-installpaths-perl \ 15 libextutils-installpaths-perl \
17 libhtml-tagset-perl \ 16 libhtml-tagset-perl \
18 libmozilla-ca-perl \ 17 libmozilla-ca-perl \
19 libmodule-build-tiny-perl \ 18 libnet-ldap-perl \
20 libstrictures-perl \ 19 libstrictures-perl \
21 libterm-readkey-perl \ 20 libterm-readkey-perl \
22 libtest-nowarnings-perl \ 21 libtest-nowarnings-perl \
@@ -27,20 +26,21 @@ PTESTS_SLOW_META_PERL = "\
27 libio-socket-ssl-perl \ 26 libio-socket-ssl-perl \
28" 27"
29 28
30PTESTS_PROBLEMS_META_PERL ="\ 29PTESTS_PROBLEMS_META_PERL = "\
31 libauthen-sasl-perl \ 30 libauthen-sasl-perl \
31 libcgi-perl \
32 libconfig-autoconf-perl \ 32 libconfig-autoconf-perl \
33 libcrypt-openssl-guess-perl \ 33 libcrypt-openssl-guess-perl \
34 libcrypt-openssl-rsa-perl \ 34 libcrypt-openssl-rsa-perl \
35 libdata-hexdump-perl \ 35 libdata-hexdump-perl \
36 libdbd-sqlite-perl \ 36 libdbd-sqlite-perl \
37 libdigest-sha1-perl \ 37 libdigest-sha1-perl \
38 libnet-dns-perl \
39 libnet-dns-sec-perl \
40 libnet-ldap-perl \
41 libfile-slurper-perl \ 38 libfile-slurper-perl \
42 libhtml-parser-perl \ 39 libhtml-parser-perl \
43 libmime-types-perl \ 40 libmime-types-perl \
41 libmodule-build-tiny-perl \
42 libnet-dns-perl \
43 libnet-dns-sec-perl \
44 libnet-ssleay-perl \ 44 libnet-ssleay-perl \
45 libsub-uplevel-perl \ 45 libsub-uplevel-perl \
46 libtest-deep-perl \ 46 libtest-deep-perl \
@@ -48,5 +48,6 @@ PTESTS_PROBLEMS_META_PERL ="\
48 libtest-warn-perl \ 48 libtest-warn-perl \
49 libunicode-linebreak-perl \ 49 libunicode-linebreak-perl \
50 libunix-statgrab \ 50 libunix-statgrab \
51 liburi-perl \
51 libxml-libxml-perl \ 52 libxml-libxml-perl \
52" 53"
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
index fb1fe88453..7ae1a39fcd 100644
--- a/meta-perl/conf/layer.conf
+++ b/meta-perl/conf/layer.conf
@@ -15,4 +15,15 @@ LAYERVERSION_perl-layer = "1"
15 15
16LAYERDEPENDS_perl-layer = "core openembedded-layer" 16LAYERDEPENDS_perl-layer = "core openembedded-layer"
17 17
18LAYERSERIES_COMPAT_perl-layer = "styhead" 18LAYERSERIES_COMPAT_perl-layer = "walnascar whinlatter"
19
20# List of known non-reproducible package of the meta-perl layer
21# Please keep this list sorted
22OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \
23 libencode-perl-src \
24 libhtml-tree-perl \
25 libhtml-tree-perl-doc \
26 libmodule-build-tiny-perl \
27 po4a \
28 po4a-doc \
29"