[oe-commits] leimaohui : pcsc-lite_1.8.6: Modified the license for libpcscspy.

git at git.openembedded.org git at git.openembedded.org
Fri Apr 24 13:12:22 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 2080f15e86d3d8e1e1f65e16b014545fe538114c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2080f15e86d3d8e1e1f65e16b014545fe538114c

Author: leimaohui <leimaohui at cn.fujitsu.com>
Date:   Mon Apr 20 14:31:30 2015 +0800

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 at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 5a58389..7742801 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 @@
 SUMMARY = "PC/SC Lite smart card framework and applications"
 HOMEPAGE = "http://pcsclite.alioth.debian.org/"
-LICENSE = "BSD"
+LICENSE = "BSD & GPLv3+"
+LICENSE_${PN}-dev = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a39d325b7d9cf2f07826a5154b16500c"
 DEPENDS = "udev"
 



More information about the Openembedded-commits mailing list