From 8148a2a801a40f6d9d526d9b4eedc844de6b2d91 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 16 Sep 2019 08:05:09 +0300 Subject: [PATCH] graphics: correct LICENSE type in noto-emoji The tools to generate the fonts are Apache-2.0 licensed and not the outputed fonts which are OFL-1.1 Bug-AGL: SPEC-2701 Change-Id: Ifde0bec63076f8d4b9614a90319896f1bf709573 Signed-off-by: Matt Ranostay --- recipes-graphics/noto-emoji/noto-emoji_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/noto-emoji/noto-emoji_git.bb b/recipes-graphics/noto-emoji/noto-emoji_git.bb index 416f568fe..d3c39b595 100644 --- a/recipes-graphics/noto-emoji/noto-emoji_git.bb +++ b/recipes-graphics/noto-emoji/noto-emoji_git.bb @@ -2,8 +2,8 @@ SUMMARY = "Google noto emoji font pack" HOMEPAGE = "https://github.com/googlefonts/noto-emoji" SECTION = "fonts" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" +LICENSE = "OFL-1.1" +LIC_FILES_CHKSUM = "file://${S}/fonts/LICENSE;md5=55719faa0112708e946b820b24b14097" SRC_URI = "git://github.com/googlefonts/noto-emoji;protocol=https;branch=master" SRCREV = "833a43d03246a9325e748a2d783006454d76ff66" -- 2.16.6