* [ptxdist] [PATCH] doc: Files are added to <PKG>_LICENSE_FILES
@ 2023-01-19 16:21 Uwe Kleine-König
2023-01-23 6:53 ` Alexander Dahl
2023-02-08 11:49 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2023-01-19 16:21 UTC (permalink / raw)
To: ptxdist
This fixes a copy-n-paste error. <PKG>_LICENSE_FILES is supposed to
contain a list of files, not <PKG>_LICENSE.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
doc/dev_licenses.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/dev_licenses.rst b/doc/dev_licenses.rst
index 0bb1c8d77c5e..6aed9daaca97 100644
--- a/doc/dev_licenses.rst
+++ b/doc/dev_licenses.rst
@@ -195,7 +195,7 @@ Adding license files to PTXdist packages
The SPDX license identifier of the package goes into the ``<PKG>_LICENSE``
variable in the respective package rule file.
-All relevant files identified in the steps above are then added to the variable ``<PKG>_LICENSE``,
+All relevant files identified in the steps above are then added to the variable ``<PKG>_LICENSE_FILES``,
including a checksum so that PTXdist complains when they change.
Example:
--
2.39.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] doc: Files are added to <PKG>_LICENSE_FILES
2023-01-19 16:21 [ptxdist] [PATCH] doc: Files are added to <PKG>_LICENSE_FILES Uwe Kleine-König
@ 2023-01-23 6:53 ` Alexander Dahl
2023-02-08 11:49 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2023-01-23 6:53 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: ptxdist
Moin,
Am Thu, Jan 19, 2023 at 05:21:32PM +0100 schrieb Uwe Kleine-König:
> This fixes a copy-n-paste error. <PKG>_LICENSE_FILES is supposed to
> contain a list of files, not <PKG>_LICENSE.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> doc/dev_licenses.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/dev_licenses.rst b/doc/dev_licenses.rst
> index 0bb1c8d77c5e..6aed9daaca97 100644
> --- a/doc/dev_licenses.rst
> +++ b/doc/dev_licenses.rst
> @@ -195,7 +195,7 @@ Adding license files to PTXdist packages
>
> The SPDX license identifier of the package goes into the ``<PKG>_LICENSE``
> variable in the respective package rule file.
> -All relevant files identified in the steps above are then added to the variable ``<PKG>_LICENSE``,
> +All relevant files identified in the steps above are then added to the variable ``<PKG>_LICENSE_FILES``,
> including a checksum so that PTXdist complains when they change.
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
>
> Example:
> --
> 2.39.0
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] doc: Files are added to <PKG>_LICENSE_FILES
2023-01-19 16:21 [ptxdist] [PATCH] doc: Files are added to <PKG>_LICENSE_FILES Uwe Kleine-König
2023-01-23 6:53 ` Alexander Dahl
@ 2023-02-08 11:49 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2023-02-08 11:49 UTC (permalink / raw)
To: ptxdist; +Cc: Uwe Kleine-König
Thanks, applied as f2898449e1df59ef8832cafd411a46ea4c05d0bf.
Michael
[sent from post-receive hook]
On Wed, 08 Feb 2023 12:49:42 +0100, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> This fixes a copy-n-paste error. <PKG>_LICENSE_FILES is supposed to
> contain a list of files, not <PKG>_LICENSE.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Message-Id: <20230119162132.133854-1-u.kleine-koenig@pengutronix.de>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/doc/dev_licenses.rst b/doc/dev_licenses.rst
> index 0bb1c8d77c5e..6aed9daaca97 100644
> --- a/doc/dev_licenses.rst
> +++ b/doc/dev_licenses.rst
> @@ -195,7 +195,7 @@ Adding license files to PTXdist packages
>
> The SPDX license identifier of the package goes into the ``<PKG>_LICENSE``
> variable in the respective package rule file.
> -All relevant files identified in the steps above are then added to the variable ``<PKG>_LICENSE``,
> +All relevant files identified in the steps above are then added to the variable ``<PKG>_LICENSE_FILES``,
> including a checksum so that PTXdist complains when they change.
>
> Example:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-08 11:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 16:21 [ptxdist] [PATCH] doc: Files are added to <PKG>_LICENSE_FILES Uwe Kleine-König
2023-01-23 6:53 ` Alexander Dahl
2023-02-08 11:49 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox