diff options
Diffstat (limited to 'meta-perl/conf')
| -rwxr-xr-x | meta-perl/conf/include/non-repro-meta-perl.inc | 10 | ||||
| -rw-r--r-- | meta-perl/conf/layer.conf | 11 |
2 files changed, 11 insertions, 10 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 | ||
| 3 | KNOWN_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/layer.conf b/meta-perl/conf/layer.conf index 33f0822ec0..7ae1a39fcd 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf | |||
| @@ -16,3 +16,14 @@ LAYERVERSION_perl-layer = "1" | |||
| 16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" |
| 17 | 17 | ||
| 18 | LAYERSERIES_COMPAT_perl-layer = "walnascar whinlatter" | 18 | LAYERSERIES_COMPAT_perl-layer = "walnascar whinlatter" |
| 19 | |||
| 20 | # List of known non-reproducible package of the meta-perl layer | ||
| 21 | # Please keep this list sorted | ||
| 22 | OEQA_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 | " | ||
