All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gplv2][patch 1/2] packagegroup-core-tools-profile: exclude sysprof for non-gplv3 builds
@ 2019-11-25 16:39 Christopher Larson
  2019-11-25 16:39 ` [meta-gplv2][patch 2/2] rsync: update to latest gplv2 git version + fixes Christopher Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Larson @ 2019-11-25 16:39 UTC (permalink / raw)
  To: yocto; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

This recipe is gplv3, so exclude it when it's incompatible.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
---
 recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend

diff --git a/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend b/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend
new file mode 100644
index 00000000..d93feb0b
--- /dev/null
+++ b/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend
@@ -0,0 +1,3 @@
+inherit license
+
+PROFILE_TOOLS_X_remove = "${@incompatible_license_contains('GPL-3.0', 'sysprof', '', d)}"
-- 
2.11.1


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

end of thread, other threads:[~2019-11-25 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 16:39 [meta-gplv2][patch 1/2] packagegroup-core-tools-profile: exclude sysprof for non-gplv3 builds Christopher Larson
2019-11-25 16:39 ` [meta-gplv2][patch 2/2] rsync: update to latest gplv2 git version + fixes Christopher Larson

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.