summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-02-04 12:22:55 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-16 07:45:18 -0800
commit1e24e9c842f1f9b8e9543cc2ee2d2a85f10274e6 (patch)
tree9950882d91206af78b58dc3bd3ba9376d055b399 /meta
parente4031f8b74f8865f3574b76e9ba838361a768b73 (diff)
downloadpoky-1e24e9c842f1f9b8e9543cc2ee2d2a85f10274e6.tar.gz
sgml-common-native: fix license info and checksum fields
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb b/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb
index 7e9b923622..2c8d874eb7 100644
--- a/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb
+++ b/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb
@@ -7,12 +7,10 @@ add entries to (or remove entries from) centralized catalogs \
7whose entries are pointers to SGML open catalogs, \ 7whose entries are pointers to SGML open catalogs, \
8as defined by OASIS." 8as defined by OASIS."
9HOMEPAGE = "http://sources.redhat.com/docbook-tools/" 9HOMEPAGE = "http://sources.redhat.com/docbook-tools/"
10LICENSE = "GPLv2" 10LICENSE = "GPLv2+"
11# The COPYING file sgml-common ships with is just a symlink to 11# See the comments in license.patch when upgrading this recipe.
12# /usr/share/automake/COPYING, which means we can't verify it 12# This is inteded to be a temporary workaround.
13# using our normal means. :( Hash the README file instead as 13LIC_FILES_CHKSUM = "file://LICENSE-GPLv2;md5=ab8a50abe86dfc859e148baae043c89b"
14# LIC_FILES_CHKSUM is still required.
15LIC_FILES_CHKSUM = "file://README;md5=197bd940bf13548ac2198e4f77d3da92"
16SECTION = "base" 14SECTION = "base"
17 15
18PR = "r0" 16PR = "r0"