public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Adrian Freihofer" <adrian.freihofer@gmail.com>
To: Steve Sakoman <steve@sakoman.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][dunfell 02/18] ptest-runner: Fix license as it contains 'or later' clause
Date: Sun, 15 Nov 2020 15:53:04 +0100	[thread overview]
Message-ID: <63ffafbe277b2b6708b3eba02ad03e18aed4c5dc.camel@gmail.com> (raw)
In-Reply-To: <c0d1eb1efad160b7832abd87a168ca547c296d94.1605278902.git.steve@sakoman.com>

Hi Steve

There is a nasty problem with ptest-runner 2.3.2: It prints an internal
warning for each test case, which got fixed by
commit: d3e9e5ebf36d1d1d7ee4bc38a64f6ec9e8fc819b
"Backport patch to fix inappropriate ioctl error"

You might want to consider updating ptest-runner to the latest version
by picking 4 commits instead of just one.

- ptest-runner: Bump to 2.4.0
  792d1ebba98b097d4d68c7261bf6af0c9d186eab
- ptest-runner: fix upstream version check
  5df6dc44370c446c699007659782323814a4d9ce
- ptest-runner: Backport patch to fix inappropriate ioctl error
  d3e9e5ebf36d1d1d7ee4bc38a64f6ec9e8fc819b
- ptest-runner: Fix license as it contains 'or later' clause
  744a463831016abdac3433db8ca9d1b656881915

We did this a few weeks ago on our local dunfell branch. So far it
seems to be the right approach for us.

Thank you and regards,
Adrian


On Fri, 2020-11-13 at 04:52 -1000, Steve Sakoman wrote:
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> The license headers are clear that the code is "or later", fix LICENSE
> to match.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> (cherry picked from commit 5f0b5cdfcb104ac50222a47652e090ad8770e49f)
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb
> index 187f22df04..3a0dbf84fd 100644
> --- a/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb
> +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb
> @@ -4,7 +4,7 @@ program which loops through all installed ptest test suites and \
>  runs them in sequence."
>  HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
>  
> -LICENSE = "GPLv2"
> +LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
>  
>  SRCREV = "7015e9199ce748c0717addeebe7a8c47448bab03"
> 
> 
We have been doing this without any problems for a few weeks now.


  reply	other threads:[~2020-11-15 14:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 14:52 [OE-core][dunfell 00/18] Patch review Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 01/18] dosfstools: add mkfs.vfat to ALTERNATIVE Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 02/18] ptest-runner: Fix license as it contains 'or later' clause Steve Sakoman
2020-11-15 14:53   ` Adrian Freihofer [this message]
2020-11-16 16:21     ` Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 03/18] libdnf: " Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 04/18] alsa-utils: Fix license to GPLv2 only Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 05/18] kernel-module-split.bbclass: identify kernel modconf files as configuration files Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 06/18] syslinux: add link to upstream discussion in patch Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 07/18] diffstat: add nativesdk to BBCLASSEXTEND Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 08/18] clutter-gst-3.0: do not call out to host gstreamer plugin scanner Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 09/18] gstreamer1.0: warn the user when something is wrong with GstBufferPool Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 10/18] systemd: udev SECLABEL{selinux} crash fix Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 11/18] oeqa/core/context: expose results as variable Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 12/18] oeqa/core/context: initialize _run_end_time Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 13/18] testimage: print results for interrupted runs Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 14/18] binutils: reproducibility: reuse debug-prefix-map for stabs Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 15/18] openssh: Upgrade 8.2p1 -> 8.3p1 Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 16/18] openssh: upgrade 8.3p1 -> 8.4p1 to fix CVE-2020-14145 and CVE-2020-15778 Steve Sakoman
2020-11-13 15:34   ` Anuj Mittal
2020-11-13 15:48     ` Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 17/18] openssh: whitelist CVE-2014-9278 Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 18/18] freetype: fix CVE-2020-15999, backport from 2.10.4 Steve Sakoman

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=63ffafbe277b2b6708b3eba02ad03e18aed4c5dc.camel@gmail.com \
    --to=adrian.freihofer@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=steve@sakoman.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox