From 6e3135b298bfd6cc7d20f3a368a122af8a4da92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 29 Apr 2019 23:00:41 +0200 Subject: [PATCH] lumina-calculator/lumina-pdf: Set proper location for license files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lumina/lumina-desktop/lumina-calculator.bb | 2 +- recipes-lumina/lumina-desktop/lumina-pdf.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-lumina/lumina-desktop/lumina-calculator.bb b/recipes-lumina/lumina-desktop/lumina-calculator.bb index bb122e8b..6ab766de 100644 --- a/recipes-lumina/lumina-desktop/lumina-calculator.bb +++ b/recipes-lumina/lumina-desktop/lumina-calculator.bb @@ -1,7 +1,7 @@ SUMMARY = "Calculator Utility from the Lumina Desktop" HOMEPAGE = "https://lumina-desktop.org/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=45b10a7bfb52b622b91ca67ea02e4afa" +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=45b10a7bfb52b622b91ca67ea02e4afa" REQUIRED_DISTRO_FEATURES = "x11" diff --git a/recipes-lumina/lumina-desktop/lumina-pdf.bb b/recipes-lumina/lumina-desktop/lumina-pdf.bb index e3bae9bc..9051e7d1 100644 --- a/recipes-lumina/lumina-desktop/lumina-pdf.bb +++ b/recipes-lumina/lumina-desktop/lumina-pdf.bb @@ -1,7 +1,7 @@ SUMMARY = "PDF Viewer Utility from the Lumina Desktop" HOMEPAGE = "https://lumina-desktop.org/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=45b10a7bfb52b622b91ca67ea02e4afa" +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=45b10a7bfb52b622b91ca67ea02e4afa" REQUIRED_DISTRO_FEATURES = "x11"