diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 22:28:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:04 +0000 |
commit | b2d4c6f69153fe6f970f3acbbc7aa102513daf1b (patch) | |
tree | e95888402e9b56358670cada857f3019fb40bac6 /meta/recipes-gnome | |
parent | d51e812437d41ec984c820fb7984f46d160036cd (diff) | |
download | poky-b2d4c6f69153fe6f970f3acbbc7aa102513daf1b.tar.gz |
gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1
(From OE-Core rev: 48b11b323622f1e4294bd3b95e3b54bb4929d941)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 0047a1d15c..08333db975 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | LICENSE = "GPL & LGPL" | 1 | LICENSE = "GPLv2 & LGPLv2.1" |
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" |
3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" | 3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" |
4 | 4 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb index 1681db75b3..e93f5849d2 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gnome-doc-utils.inc | 1 | require gnome-doc-utils.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | PR = "r7" | 4 | PR = "r8" |
5 | 5 | ||
6 | SRC_URI += "file://xsltproc_nonet.patch \ | 6 | SRC_URI += "file://xsltproc_nonet.patch \ |
7 | file://use-usr-bin-env-for-python-in-xml2po.patch \ | 7 | file://use-usr-bin-env-for-python-in-xml2po.patch \ |