From 7b16000f671da497e009a8c28beef18e58f0527f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 11 Feb 2016 00:03:21 +0100 Subject: [PATCH] libreoffice: move all common source information to libreoffice-version.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice-version.inc | 7 +++++++ recipes-libreoffice/libreoffice/libreoffice.inc | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice-version.inc b/recipes-libreoffice/libreoffice/libreoffice-version.inc index 2fe12bf..5211258 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-version.inc +++ b/recipes-libreoffice/libreoffice/libreoffice-version.inc @@ -1,2 +1,9 @@ PV = "5.0.4.2" DIRV = "5.0.4" + +SRC_URI += " \ + http://download.documentfoundation.org/libreoffice/src/${DIRV}/libreoffice-${PV}.tar.xz \ +" + +SRC_URI[md5sum] = "0c6381581f93ef7142b00837002755dd" +SRC_URI[sha256sum] = "647440b70fc190a43a3373cfe5b06a87558ee07711e3d74cab8fb9d8cbac6dc8" diff --git a/recipes-libreoffice/libreoffice/libreoffice.inc b/recipes-libreoffice/libreoffice/libreoffice.inc index be974bf..7029bf5 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.inc +++ b/recipes-libreoffice/libreoffice/libreoffice.inc @@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = " \ require libreoffice-version.inc -SRC_URI = " \ - http://download.documentfoundation.org/libreoffice/src/${DIRV}/libreoffice-${PV}.tar.xz \ +SRC_URI += " \ file://0001-update-ax_boost-scripts-to-fix-configure-with-system.patch \ " -SRC_URI[md5sum] = "0c6381581f93ef7142b00837002755dd" -SRC_URI[sha256sum] = "647440b70fc190a43a3373cfe5b06a87558ee07711e3d74cab8fb9d8cbac6dc8" inherit autotools-brokensep pkgconfig distutils-base perlnative