diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-22 15:00:54 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:03:43 -0400 |
| commit | 692f2430ff0ba88ecadc1eeea1bc788288257943 (patch) | |
| tree | 6e2e65b5b584949d6a06f394e35274d93af481ed /meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | |
| parent | 796384a6c5260a6d0e868ffe14f824318d68f55a (diff) | |
| download | meta-cloud-services-692f2430ff0ba88ecadc1eeea1bc788288257943.tar.gz | |
python-amqplib: No generic license file exists for: LGPL-3 in any provider
Modifying license to LGPL-3.0
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb index b5cc4f9..27d23e5 100644 --- a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)" | 1 | DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)" |
| 2 | HOMEPAGE = "http://code.google.com/p/py-amqplib/" | 2 | HOMEPAGE = "http://code.google.com/p/py-amqplib/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "LGPL-3" | 4 | LICENSE = "LGPL-3.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r1" |
| 8 | SRCNAME = "amqplib" | 8 | SRCNAME = "amqplib" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" | 10 | SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" |
