diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-05-28 03:19:28 +0300 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-05-28 05:03:13 +0300 |
commit | 9a452f28730b8f560d47b33a8a2d19fdd399bf2c (patch) | |
tree | 52862d9a5c0f8cf86f4c07a104befa373b79c8a4 /recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend | |
parent | b83de510d5e50285805b557866b94c5be3dd2a3f (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend')
-rw-r--r-- | recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend b/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend index bf79e949e..159865860 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 |