summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-07 17:26:24 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-08 10:36:55 -0400
commit4de271d12f7b6841e40d5032efcc4791a98a5602 (patch)
tree5dfa16e037fc629bfc9edfd22fe32c1887c3ad66
parente707350f6027a86ff9478774f045031fa012ec88 (diff)
downloadmeta-cloud-services-4de271d12f7b6841e40d5032efcc4791a98a5602.tar.gz
python-pyudev: fix the license format
Fix the license format to avoid: Parsing recipes...WARNING: python-pyudev: LICENSE value "LGPL 2.1" has an invalid format Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyudev_0.16.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-openstack/recipes-devtools/python/python-pyudev_0.16.1.bb
index dd83d87..384b1d8 100644
--- a/meta-openstack/recipes-devtools/python/python-pyudev_0.16.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-pyudev_0.16.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "A libudev binding" 1DESCRIPTION = "A libudev binding"
2HOMEPAGE = "http://pyudev.readthedocs.org/" 2HOMEPAGE = "http://pyudev.readthedocs.org/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPL 2.1" 4LICENSE = "LGPL-2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 5LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
6 6
7PR = "r0" 7PR = "r0"