Refactor ki18n dependency handling

This commit is contained in:
Volker Krause
2019-02-10 10:49:21 +01:00
parent 63d4f58feb
commit 3148b4fc4b
24 changed files with 37 additions and 94 deletions

8
classes/ki18n.bbclass Normal file
View File

@@ -0,0 +1,8 @@
# Class for recipes using ki18n for internationalization
inherit python3native
inherit gettext
DEPENDS += " \
ki18n \
gettext-native \
"