diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-27 19:53:27 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-06 13:20:40 -0700 |
commit | d16cd437d5bd89a5214348e856dbf7fbc73805a2 (patch) | |
tree | b5af467c1a7eef7d1827620c03f5d5ef46b71623 /recipes/gettext | |
parent | 9d4f530d63d94b4101d21f34b157813e18316d2d (diff) |
gettext: 0.17 is GPLv3
Diffstat (limited to 'recipes/gettext')
-rw-r--r-- | recipes/gettext/gettext_0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb index 55ffb7d995..29cd58a2d4 100644 --- a/recipes/gettext/gettext_0.17.bb +++ b/recipes/gettext/gettext_0.17.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The GNU internationalization library." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" -LICENSE = "GPL" +LICENSE = "GPLv3" PR = "r2" DEPENDS = "gettext-native virtual/libiconv ncurses expat" PROVIDES = "virtual/libintl" |