diff options
Diffstat (limited to 'meta-perl/conf/layer.conf')
-rw-r--r-- | meta-perl/conf/layer.conf | 13 |
1 files changed, 12 insertions, 1 deletions
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 | ||
16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_perl-layer = "styhead" | 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 | " | ||