Skip to content

Commit

Permalink
OSS-reduction: remove kbd-consolefonts, HYP-31307
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Zisowsky <[email protected]>
  • Loading branch information
AZisowsky0768 committed Feb 8, 2024
1 parent c8d31e0 commit c0eb9b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes-core/kbd/kbd_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Remove console fonts as these are only required for the
# virtual consoles.

FILES:${PN}-consolefonts = ""

do_install:append () {
rm -fr "${D}${datadir}/consolefonts"
}

0 comments on commit c0eb9b6

Please sign in to comment.