diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-14 08:34:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-14 08:37:27 -0700 |
commit | f2dd5227245bd1c9f6e40b41b2df298ff27d80b3 (patch) | |
tree | 692200488630eddfab2a0149aac8bb548be6baf3 /meta-gnome/recipes-gnome | |
parent | 7fa165e0df482bc641b22789c28f9ea97ce858ee (diff) | |
download | meta-openembedded-contrib-f2dd5227245bd1c9f6e40b41b2df298ff27d80b3.tar.gz |
nautilus: Exclude from builds
It does not build with latest meson upgrades from OE-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb index cf138d9739f..3ed472bef16 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb @@ -35,3 +35,5 @@ FILES_${PN} += " \ # mandatory - not checked during configuration: # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed RDEPENDS_${PN} += "tracker-miners" + +PNBLACKLIST[nautilus] ?= "Does not build with latest meson, perhaps needs upgrade" |