From: Christopher Larson <kergoth@gmail.com>
To: yocto@yoctoproject.org
Cc: Christopher Larson <chris_larson@mentor.com>
Subject: [meta-gplv2][patch 1/2] packagegroup-core-tools-profile: exclude sysprof for non-gplv3 builds
Date: Mon, 25 Nov 2019 21:39:27 +0500 [thread overview]
Message-ID: <20191125163928.4685-1-kergoth@gmail.com> (raw)
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
next reply other threads:[~2019-11-25 16:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 16:39 Christopher Larson [this message]
2019-11-25 16:39 ` [meta-gplv2][patch 2/2] rsync: update to latest gplv2 git version + fixes Christopher Larson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191125163928.4685-1-kergoth@gmail.com \
--to=kergoth@gmail.com \
--cc=chris_larson@mentor.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.