summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-24 11:25:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-24 11:25:30 -0400
commit1f9d9fea7999feadf14d290fe9545c32fec974aa (patch)
treea532be197372b83156f5063490d0de1a93df32e8 /meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
parente3b62c487cf07678b7d0447480b0c317ac092176 (diff)
downloadmeta-cloud-services-1f9d9fea7999feadf14d290fe9545c32fec974aa.tar.gz
pysqlite: fix license specification to Zlib (versus zlib)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb b/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
index 8caa37c..a47666d 100644
--- a/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x" 1DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x"
2HOMEPAGE = "http://github.com/ghaering/pysqlite" 2HOMEPAGE = "http://github.com/ghaering/pysqlite"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a85bd923e5c830f8eb89db354ff72f38" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a85bd923e5c830f8eb89db354ff72f38"
6 6
7PR = "r0" 7PR = "r0"