aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-06 23:13:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:23:29 +0000
commit25dc5af38230fdf5891597c07c4f96c633001006 (patch)
tree50158ce512e13709d5104c0c00bc56831079ce5d /meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
parentf0c36abba71c261f33c9906f122dd6cd9ed19221 (diff)
downloadopenembedded-core-25dc5af38230fdf5891597c07c4f96c633001006.tar.gz
gettext-minimal-native: Fix License
Only .m4 macros are included in this recipe so the correct license is FSF-Unlimited as specified in those marcros, not the main gettext license. This patch corrects that mistake. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
index 71c60459e4..ab4acafa77 100644
--- a/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
@@ -5,11 +5,11 @@ INHIBIT_DEFAULT_DEPS = "1"
INHIBIT_AUTOTOOLS_DEPS = "1"
LICENSE = "FSF-Unlimited"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0854da868a929923087141d9d7aba7d5"
inherit native
-PR = "r1"
+PR = "r2"
S = "${WORKDIR}"