Skip to content

Commit

Permalink
distutils-openplugins: add gettext-native in depends
Browse files Browse the repository at this point in the history
This allow build plugins translation with msgfmt
  • Loading branch information
Taapat committed Mar 25, 2017
1 parent acca404 commit 91eac2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-openpli/classes/distutils-openplugins.bbclass
@@ -1,5 +1,8 @@
inherit distutils

# Allow build plugins translation with msgfmt
DEPENDS_append = " gettext-native"

# Scripts want to install "/etc", so we need "--root" instead of setting install-data stuff
# to remain compatible with previous versions.

Expand Down

0 comments on commit 91eac2c

Please sign in to comment.