All of lore.kernel.org
 help / color / mirror / Atom feed
From: <jackie.huang@windriver.com>
To: <meta-virtualization@yoctoproject.org>
Subject: [PATCH] python-pyudev: fix the license format
Date: Tue, 7 Apr 2015 17:26:24 +0800	[thread overview]
Message-ID: <1428398784-17751-1-git-send-email-jackie.huang@windriver.com> (raw)

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



                 reply	other threads:[~2015-04-07  9:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428398784-17751-1-git-send-email-jackie.huang@windriver.com \
    --to=jackie.huang@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.