All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] libassuan licensing updates
@ 2016-04-01  5:00 Andre McCurdy
  2016-04-01  5:00 ` [PATCH 1/2] libassuan: use package specific licensing Andre McCurdy
  2016-04-01  5:00 ` [PATCH 2/2] default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0 Andre McCurdy
  0 siblings, 2 replies; 3+ messages in thread
From: Andre McCurdy @ 2016-04-01  5:00 UTC (permalink / raw)
  To: openembedded-core

Andre McCurdy (2):
  libassuan: use package specific licensing
  default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0

 meta/conf/distro/include/default-distrovars.inc   | 2 +-
 meta/recipes-support/libassuan/libassuan_2.4.2.bb | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] libassuan: use package specific licensing
  2016-04-01  5:00 [PATCH 0/2] libassuan licensing updates Andre McCurdy
@ 2016-04-01  5:00 ` Andre McCurdy
  2016-04-01  5:00 ` [PATCH 2/2] default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0 Andre McCurdy
  1 sibling, 0 replies; 3+ messages in thread
From: Andre McCurdy @ 2016-04-01  5:00 UTC (permalink / raw)
  To: openembedded-core

 - The main libassuan.so library is LGPLv2.1+
 - Test apps (in tests sub directory) and documentation are GPLv3+
 - Windows CE specific binaries (gpgcedev.dll and gpgcemgr) are GPLv3+

When building the current OE recipe, the test apps are compiled but
not installed. The Windows CE specific binaries are not compiled.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-support/libassuan/libassuan_2.4.2.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/libassuan/libassuan_2.4.2.bb b/meta/recipes-support/libassuan/libassuan_2.4.2.bb
index 57eab38..f376d63 100644
--- a/meta/recipes-support/libassuan/libassuan_2.4.2.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.4.2.bb
@@ -2,7 +2,9 @@ SUMMARY = "IPC library used by GnuPG and GPGME"
 HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/"
 BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
 
-LICENSE = "GPLv3 & LGPLv2.1+"
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LICENSE_${PN} = "LGPLv2.1+"
+LICENSE_${PN}-doc = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
                     file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
                     file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \
@@ -21,7 +23,7 @@ BINCONFIG = "${bindir}/libassuan-config"
 inherit autotools texinfo binconfig-disabled pkgconfig
 
 do_configure_prepend () {
-	# Else these could be used in prefernce to those in aclocal-copy
+	# Else these could be used in preference to those in aclocal-copy
 	rm -f ${S}/m4/*.m4
 }
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0
  2016-04-01  5:00 [PATCH 0/2] libassuan licensing updates Andre McCurdy
  2016-04-01  5:00 ` [PATCH 1/2] libassuan: use package specific licensing Andre McCurdy
@ 2016-04-01  5:00 ` Andre McCurdy
  1 sibling, 0 replies; 3+ messages in thread
From: Andre McCurdy @ 2016-04-01  5:00 UTC (permalink / raw)
  To: openembedded-core

The libassuan recipe is now buildable in distros which blacklist
GPL-3.0 without needing to be explicitly whitelisted (since it
provides at least one non GPLv3 package).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/conf/distro/include/default-distrovars.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 84cdaca..fac4deb 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -23,7 +23,7 @@ DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}"
 IMAGE_FEATURES ?= ""
 
 WHITELIST_GPL-3.0 ?= ""
-LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan libidn"
+LGPLv2_WHITELIST_GPL-3.0 ?= "libidn"
 
 COMMERCIAL_AUDIO_PLUGINS ?= ""
 # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-01  5:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01  5:00 [PATCH 0/2] libassuan licensing updates Andre McCurdy
2016-04-01  5:00 ` [PATCH 1/2] libassuan: use package specific licensing Andre McCurdy
2016-04-01  5:00 ` [PATCH 2/2] default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0 Andre McCurdy

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.