diff options
Diffstat (limited to 'meta-perl/conf/layer.conf')
| -rw-r--r-- | meta-perl/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 | " | ||
