summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-01-06 14:09:49 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-06 09:26:29 -0500
commit7a908986797bafc4590edce1c3475e46e381fb8a (patch)
tree89afe1ff725322d53cecd60db20946cc86e2d248 /meta-openstack
parentc1cf9ef634f4433da2ed81bdd28790f77845cea6 (diff)
downloadmeta-cloud-services-7a908986797bafc4590edce1c3475e46e381fb8a.tar.gz
python-werkzeug: correct LICENSE
BSD-3-Clause is the license specified upstream. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
index d24aaed..2d160b9 100644
--- a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "The Swiss Army knife of Python web development" 1DESCRIPTION = "The Swiss Army knife of Python web development"
2HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/" 2HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c"
6 6
7PR = "r0" 7PR = "r0"