All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Carrier <Nicolas.Carrier@orolia.com>
To: "buildroot@buildroot.org" <buildroot@buildroot.org>
Subject: [Buildroot] package/lpeg: add missing LPEG_LICENSE_FILES
Date: Fri, 13 Jan 2023 13:44:28 +0000	[thread overview]
Message-ID: <8ef2e2013a5e486034e602157d91b1de0d1ad374.camel@orolia.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 102 bytes --]

The lpeg.html file declares the licensing terms at its bottom, so it
should work as a license file.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-package-lpeg-add-missing-LPEG_LICENSE_FILES.patch --]
[-- Type: text/x-patch; name="0001-package-lpeg-add-missing-LPEG_LICENSE_FILES.patch", Size: 1204 bytes --]

From 12007e85d75daf941b8e82741e14ee1cb9c61893 Mon Sep 17 00:00:00 2001
From: Nicolas Carrier <nicolas.carrier@orolia.com>
Date: Fri, 13 Jan 2023 14:39:53 +0100
Subject: [PATCH 1/1] package/lpeg: add missing LPEG_LICENSE_FILES

The lpeg.html file declares the licensing terms at its bottom, so it
should work as a license file.

Signed-off-by: Nicolas Carrier <nicolas.carrier@orolia.com>
---
 package/lpeg/lpeg.hash | 3 +++
 package/lpeg/lpeg.mk   | 1 +
 2 files changed, 4 insertions(+)

diff --git a/package/lpeg/lpeg.hash b/package/lpeg/lpeg.hash
index 1ccaf242c4..f480ac6483 100644
--- a/package/lpeg/lpeg.hash
+++ b/package/lpeg/lpeg.hash
@@ -1,2 +1,5 @@
 # computed by luarocks/buildroot
 sha256  e0d0d687897f06588558168eeb1902ac41a11edd1b58f1aa61b99d0ea0abbfbc  lpeg-1.0.2-1.src.rock
+# computed locally
+sha256  2b80a8cce793e008ba433e5e0184f20aca4a67ec741439fafd86a874a6a91c49  lpeg-1.0.2/lpeg.html
+
diff --git a/package/lpeg/lpeg.mk b/package/lpeg/lpeg.mk
index cdb2e81a5f..82c733904b 100644
--- a/package/lpeg/lpeg.mk
+++ b/package/lpeg/lpeg.mk
@@ -6,5 +6,6 @@
 
 LPEG_VERSION = 1.0.2-1
 LPEG_LICENSE = MIT
+LPEG_LICENSE_FILES = lpeg-1.0.2/lpeg.html
 
 $(eval $(luarocks-package))
-- 
2.30.2


[-- Attachment #3: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2023-01-13 13:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 13:44 Nicolas Carrier [this message]
2023-01-14 21:00 ` [Buildroot] package/lpeg: add missing LPEG_LICENSE_FILES Yann E. MORIN
2023-01-16 14:45 ` Peter Korsgaard

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=8ef2e2013a5e486034e602157d91b1de0d1ad374.camel@orolia.com \
    --to=nicolas.carrier@orolia.com \
    --cc=buildroot@buildroot.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.