* [ptxdist] [PATCH] lsuio: Add license information
@ 2018-03-26 6:19 Alexander Dahl
2018-03-27 7:01 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl @ 2018-03-26 6:19 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/lsuio.make | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/rules/lsuio.make b/rules/lsuio.make
index f6d4aa3f80..f8bd970db9 100644
--- a/rules/lsuio.make
+++ b/rules/lsuio.make
@@ -16,13 +16,15 @@ PACKAGES-$(PTXCONF_LSUIO) += lsuio
#
# Paths and names
#
-LSUIO_VERSION := 0.2.0
-LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7
-LSUIO := lsuio-$(LSUIO_VERSION)
-LSUIO_SUFFIX := tar.gz
-LSUIO_URL := http://www.osadl.org/projects/downloads/UIO/user/$(LSUIO).$(LSUIO_SUFFIX)
-LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX)
-LSUIO_DIR := $(BUILDDIR)/$(LSUIO)
+LSUIO_VERSION := 0.2.0
+LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7
+LSUIO := lsuio-$(LSUIO_VERSION)
+LSUIO_SUFFIX := tar.gz
+LSUIO_URL := http://www.osadl.org/projects/downloads/UIO/user/$(LSUIO).$(LSUIO_SUFFIX)
+LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX)
+LSUIO_DIR := $(BUILDDIR)/$(LSUIO)
+LSUIO_LICENSE := GPL-2.0
+LSUIO_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
# ----------------------------------------------------------------------------
# Prepare
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] lsuio: Add license information
2018-03-26 6:19 [ptxdist] [PATCH] lsuio: Add license information Alexander Dahl
@ 2018-03-27 7:01 ` Michael Olbrich
2018-03-27 8:44 ` Alexander Dahl
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2018-03-27 7:01 UTC (permalink / raw)
To: ptxdist
On Mon, Mar 26, 2018 at 08:19:26AM +0200, Alexander Dahl wrote:
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
> rules/lsuio.make | 16 +++++++++-------
> 1 file changed, 9 insertions(+), 7 deletions(-)
>
> diff --git a/rules/lsuio.make b/rules/lsuio.make
> index f6d4aa3f80..f8bd970db9 100644
> --- a/rules/lsuio.make
> +++ b/rules/lsuio.make
> @@ -16,13 +16,15 @@ PACKAGES-$(PTXCONF_LSUIO) += lsuio
> #
> # Paths and names
> #
> -LSUIO_VERSION := 0.2.0
> -LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7
> -LSUIO := lsuio-$(LSUIO_VERSION)
> -LSUIO_SUFFIX := tar.gz
> -LSUIO_URL := http://www.osadl.org/projects/downloads/UIO/user/$(LSUIO).$(LSUIO_SUFFIX)
> -LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX)
> -LSUIO_DIR := $(BUILDDIR)/$(LSUIO)
> +LSUIO_VERSION := 0.2.0
> +LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7
> +LSUIO := lsuio-$(LSUIO_VERSION)
> +LSUIO_SUFFIX := tar.gz
> +LSUIO_URL := http://www.osadl.org/projects/downloads/UIO/user/$(LSUIO).$(LSUIO_SUFFIX)
> +LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX)
> +LSUIO_DIR := $(BUILDDIR)/$(LSUIO)
> +LSUIO_LICENSE := GPL-2.0
> +LSUIO_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
Don't indent with spaces. Also we usually don't reindent the rest if
*_LICENSE_FILES is too long. Just use one space there in this case.
Michael
>
> # ----------------------------------------------------------------------------
> # Prepare
> --
> 2.11.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] lsuio: Add license information
2018-03-27 7:01 ` Michael Olbrich
@ 2018-03-27 8:44 ` Alexander Dahl
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2018-03-27 8:44 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1.1: Type: text/plain, Size: 1088 bytes --]
Hello,
On Tue, Mar 27, 2018 at 09:01:58AM +0200, Michael Olbrich wrote:
> > +LSUIO_VERSION := 0.2.0
> > +LSUIO_MD5 := 8da82b681c24e6c5b3518c99e7f961d7
> > +LSUIO := lsuio-$(LSUIO_VERSION)
> > +LSUIO_SUFFIX := tar.gz
> > +LSUIO_URL := http://www.osadl.org/projects/downloads/UIO/user/$(LSUIO).$(LSUIO_SUFFIX)
> > +LSUIO_SOURCE := $(SRCDIR)/$(LSUIO).$(LSUIO_SUFFIX)
> > +LSUIO_DIR := $(BUILDDIR)/$(LSUIO)
> > +LSUIO_LICENSE := GPL-2.0
> > +LSUIO_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
>
> Don't indent with spaces. Also we usually don't reindent the rest if
> *_LICENSE_FILES is too long. Just use one space there in this case.
Sorry, I messed up this one. Will send a v2.
Greets
Alex
--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: C28E E6B9 0263 95CF 8FAF 08FA 34AD CD00 7221 5CC6 ***
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-27 8:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-26 6:19 [ptxdist] [PATCH] lsuio: Add license information Alexander Dahl
2018-03-27 7:01 ` Michael Olbrich
2018-03-27 8:44 ` Alexander Dahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox