From 7d6dd97b4cfa52d9206e34e24d2af0042dde90cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 30 Oct 2018 08:11:42 +0100 Subject: [PATCH] libreoffice: Fix language pack warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | WARNING: libreoffice-5.0.6.3-r0 do_package: libreoffice language file pattern not found: /usr/lib/libreoffice/share/template/%{1} Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index 642ea28..88ee016 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -231,7 +231,6 @@ LO_LANGUAGE_FILES = " \ ${libdir}/libreoffice/program/resource/*%{1}.res \ ${libdir}/libreoffice/share/config/soffice.cfg/modules/*/ui/res/%{1}.zip \ ${libdir}/libreoffice/share/config/soffice.cfg/*/ui/res/%{1}.zip \ - ${libdir}/libreoffice/share/template/%{1} \ ${libdir}/libreoffice/share/registry/Langpack-%{1}.xcd \ ${libdir}/libreoffice/share/registry/res/registry_%{1}.xcd \ ${libdir}/libreoffice/share/registry/res/fcfg_langpack_%{1}.xcd \