diff options
Diffstat (limited to 'meta-xfce/conf')
-rwxr-xr-x | meta-xfce/conf/include/non-repro-meta-xfce.inc | 7 | ||||
-rw-r--r-- | meta-xfce/conf/layer.conf | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/meta-xfce/conf/include/non-repro-meta-xfce.inc b/meta-xfce/conf/include/non-repro-meta-xfce.inc deleted file mode 100755 index aad6b0c24d..0000000000 --- a/meta-xfce/conf/include/non-repro-meta-xfce.inc +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # List of known non-reproducible package of the meta-xfce layer | ||
2 | # Please keep this list sorted | ||
3 | KNOWN_NON_REPRO_META_XFCE = " \ | ||
4 | catfish \ | ||
5 | libsamba-util0 \ | ||
6 | samba-dbg \ | ||
7 | " | ||
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf index f131eb2704..e8109725d3 100644 --- a/meta-xfce/conf/layer.conf +++ b/meta-xfce/conf/layer.conf | |||
@@ -19,7 +19,7 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer" | |||
19 | LAYERDEPENDS_xfce-layer += "meta-python" | 19 | LAYERDEPENDS_xfce-layer += "meta-python" |
20 | LAYERDEPENDS_xfce-layer += "networking-layer" | 20 | LAYERDEPENDS_xfce-layer += "networking-layer" |
21 | 21 | ||
22 | LAYERSERIES_COMPAT_xfce-layer = "styhead" | 22 | LAYERSERIES_COMPAT_xfce-layer = "walnascar whinlatter" |
23 | 23 | ||
24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | 24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
25 | openzone->gdk-pixbuf \ | 25 | openzone->gdk-pixbuf \ |
@@ -27,3 +27,11 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | |||
27 | rodent-icon-theme->gdk-pixbuf \ | 27 | rodent-icon-theme->gdk-pixbuf \ |
28 | rodent-icon-theme->gtk+3 \ | 28 | rodent-icon-theme->gtk+3 \ |
29 | " | 29 | " |
30 | |||
31 | # List of known non-reproducible package of the meta-xfce layer | ||
32 | # Please keep this list sorted | ||
33 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | ||
34 | catfish \ | ||
35 | libsamba-util0 \ | ||
36 | samba-dbg \ | ||
37 | " | ||