From 3871eb7647956d911d47830fe5111bc0c260d297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 25 Jan 2016 23:39:24 +0100 Subject: [PATCH] layer.conf: meta-libreoffice -> meta-office MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1ba55c0..65d6a08 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -3,6 +3,6 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "libreoffice-layer" -BBFILE_PATTERN_libreoffice-layer := "^${LAYERDIR}/" -BBFILE_PRIORITY_libreoffice-layer = "7" +BBFILE_COLLECTIONS += "office-layer" +BBFILE_PATTERN_office-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_office-layer = "7"