diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2015-04-20 14:31:30 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-24 15:11:37 +0200 |
commit | 2080f15e86d3d8e1e1f65e16b014545fe538114c (patch) | |
tree | 47b473a6a98309fff70c16680149b21a94c4584d /meta-oe | |
parent | 43ece2557f2fe620568fc194cbd4403daa8dc00e (diff) | |
download | meta-openembedded-2080f15e86d3d8e1e1f65e16b014545fe538114c.tar.gz |
pcsc-lite_1.8.6: Modified the license for libpcscspy.
Because the license of libpcscspy.c is GPLv3+.
So modified the license of pcsc-lite-dev.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb index 5a58389ab..77428017d 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SUMMARY = "PC/SC Lite smart card framework and applications" | 1 | SUMMARY = "PC/SC Lite smart card framework and applications" |
2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/" | 2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD & GPLv3+" |
4 | LICENSE_${PN}-dev = "GPLv3+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c" |
5 | DEPENDS = "udev" | 6 | DEPENDS = "udev" |
6 | 7 | ||