summaryrefslogtreecommitdiffstats
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:24:30 +0000
commitc41b31e45161b16d4a792db208edfaafbc164611 (patch)
tree7673781ff91ef89dcc72de65f73d23e190ccfd08 /meta/recipes-core/gettext/gettext-minimal-native_0.18.1.1.bb
parentd334527c1f1fb41802e9e15de4fe650be0679599 (diff)
downloadpoky-c41b31e45161b16d4a792db208edfaafbc164611.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. (From OE-Core rev: 25dc5af38230fdf5891597c07c4f96c633001006) 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"
5INHIBIT_AUTOTOOLS_DEPS = "1" 5INHIBIT_AUTOTOOLS_DEPS = "1"
6 6
7LICENSE = "FSF-Unlimited" 7LICENSE = "FSF-Unlimited"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 8LIC_FILES_CHKSUM = "file://COPYING;md5=0854da868a929923087141d9d7aba7d5"
9 9
10inherit native 10inherit native
11 11
12PR = "r1" 12PR = "r2"
13 13
14S = "${WORKDIR}" 14S = "${WORKDIR}"
15 15