From 9a452f28730b8f560d47b33a8a2d19fdd399bf2c Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 28 May 2020 03:19:28 +0300 Subject: ttf-dejavu: clean up emoji removal Remove emoji.json and just add integer index to check for the actual emojis unicode indexes. Bug-AGL: SPEC-2701 Change-Id: I5d2c0a4049770ed17a873646ae9986b3ee72199d Signed-off-by: Matt Ranostay --- recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend') diff --git a/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend b/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend index bf79e949..15986586 100644 --- a/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend +++ b/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend @@ -3,10 +3,7 @@ DEPENDS += "fontforge-native" # From the orginal work located at https://aur.archlinux.org/packages/ttf-dejavu-emojiless/ -SRC_URI_append = "\ - file://cleaner.py \ - file://emoji.json \ - " +SRC_URI_append = " file://cleaner.py" do_install_prepend() { for TTF in ${S}/*.ttf; do -- cgit 1.2.3-korg