* [meta-oe][PATCHv3] pcsc-lite: Seperate GPLV3 portions from BSD
@ 2016-08-10 20:54 Davis, Michael
2016-08-10 20:59 ` Davis, Michael
0 siblings, 1 reply; 2+ messages in thread
From: Davis, Michael @ 2016-08-10 20:54 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
GPLV3 and BSD portions were originally placed in the same package.
The GPLv3 portion has been seperated into pcsc-lite-spy so the package can be used with GPLv3 blacklisted.
Signed-off-by: Michael Davis <michael.davis@essvote.com>
---
meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
index cc72549..7213276 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
@@ -1,7 +1,12 @@
SUMMARY = "PC/SC Lite smart card framework and applications"
HOMEPAGE = "http://pcsclite.alioth.debian.org/"
LICENSE = "BSD & GPLv3+"
-LICENSE_${PN}-dev = "GPLv3+"
+LICENSE_${PN} = "BSD"
+LICENSE_${PN}-lib = "BSD"
+LICENSE_${PN}-dev = "BSD"
+LICENSE_${PN}-doc = "BSD"
+LICENSE_${PN}-dbg = "BSD & GPLv3+"
+LICENSE_${PN}-spy = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=bcfbd85230ac3c586fb294c8b627cf32"
DEPENDS = "udev"
@@ -20,14 +25,17 @@ EXTRA_OECONF = " \
S = "${WORKDIR}/pcsc-lite-${PV}"
-PACKAGES =+ "${PN}-lib"
+PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-lib ${PN}-doc ${PN}-spy"
RRECOMMENDS_${PN} = "ccid"
-FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}"
+FILES_${PN}-spy += "${bindir}/pcsc-spy \
+ ${libdir}/libpcscspy*${SOLIBS} \
+ ${libdir{/libpcscspy.la"
+FILES_${PN}-lib = "${libdir}/libpcsclite*${SOLIBS}"
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "pcscd.socket"
-RDEPENDS_${PN} +="python"
+RDEPENDS_${PN}-spy +="python"
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-oe][PATCHv3] pcsc-lite: Seperate GPLV3 portions from BSD
2016-08-10 20:54 [meta-oe][PATCHv3] pcsc-lite: Seperate GPLV3 portions from BSD Davis, Michael
@ 2016-08-10 20:59 ` Davis, Michael
0 siblings, 0 replies; 2+ messages in thread
From: Davis, Michael @ 2016-08-10 20:59 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Ignore this one found an issue when I re-enabled my blacklist again.
On Wednesday, August 10, 2016 08:54:05 PM Davis, Michael wrote:
> GPLV3 and BSD portions were originally placed in the same package.
> The GPLv3 portion has been seperated into pcsc-lite-spy so the package can be used with GPLv3 blacklisted.
>
> Signed-off-by: Michael Davis <michael.davis@essvote.com>
> ---
> meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb | 16 ++++++++++++----
> 1 file changed, 12 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
> index cc72549..7213276 100644
> --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
> +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.13.bb
> @@ -1,7 +1,12 @@
> SUMMARY = "PC/SC Lite smart card framework and applications"
> HOMEPAGE = "http://pcsclite.alioth.debian.org/"
> LICENSE = "BSD & GPLv3+"
> -LICENSE_${PN}-dev = "GPLv3+"
> +LICENSE_${PN} = "BSD"
> +LICENSE_${PN}-lib = "BSD"
> +LICENSE_${PN}-dev = "BSD"
> +LICENSE_${PN}-doc = "BSD"
> +LICENSE_${PN}-dbg = "BSD & GPLv3+"
> +LICENSE_${PN}-spy = "GPLv3+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=bcfbd85230ac3c586fb294c8b627cf32"
> DEPENDS = "udev"
>
> @@ -20,14 +25,17 @@ EXTRA_OECONF = " \
>
> S = "${WORKDIR}/pcsc-lite-${PV}"
>
> -PACKAGES =+ "${PN}-lib"
> +PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-lib ${PN}-doc ${PN}-spy"
>
> RRECOMMENDS_${PN} = "ccid"
>
> -FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}"
> +FILES_${PN}-spy += "${bindir}/pcsc-spy \
> + ${libdir}/libpcscspy*${SOLIBS} \
> + ${libdir{/libpcscspy.la"
> +FILES_${PN}-lib = "${libdir}/libpcsclite*${SOLIBS}"
>
> RPROVIDES_${PN} += "${PN}-systemd"
> RREPLACES_${PN} += "${PN}-systemd"
> RCONFLICTS_${PN} += "${PN}-systemd"
> SYSTEMD_SERVICE_${PN} = "pcscd.socket"
> -RDEPENDS_${PN} +="python"
> +RDEPENDS_${PN}-spy +="python"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-10 20:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-10 20:54 [meta-oe][PATCHv3] pcsc-lite: Seperate GPLV3 portions from BSD Davis, Michael
2016-08-10 20:59 ` Davis, Michael
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox