All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-pyudev: fix the license format
@ 2015-04-07  9:26 jackie.huang
  0 siblings, 0 replies; only message in thread
From: jackie.huang @ 2015-04-07  9:26 UTC (permalink / raw)
  To: meta-virtualization

From: Jackie Huang <jackie.huang@windriver.com>

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>
---
 meta-openstack/recipes-devtools/python/python-pyudev_0.16.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 DESCRIPTION = "A libudev binding"
 HOMEPAGE = "http://pyudev.readthedocs.org/"
 SECTION = "devel/python"
-LICENSE = "LGPL 2.1"
+LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 PR = "r0"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-07  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07  9:26 [PATCH] python-pyudev: fix the license format jackie.huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.