All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] qlibc: unbreak legal-info after version bump
@ 2016-06-02 11:24 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2016-06-02 11:24 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=c12e1e9d01e1cd949a0d0d8ca0252f16b506ee30
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.org/results/12f/12f89408935143050a27d92f4b6796d50da07da1/

The recent version bump to v2.4.1 forgot to update the name of the license
file which has been renamed upstream (and reindented/copyright year updated,
but is otherwise identical).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/qlibc/qlibc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qlibc/qlibc.mk b/package/qlibc/qlibc.mk
index 5aee1f4..a146fa3 100644
--- a/package/qlibc/qlibc.mk
+++ b/package/qlibc/qlibc.mk
@@ -7,7 +7,7 @@
 QLIBC_VERSION = v2.4.1
 QLIBC_SITE = $(call github,wolkykim,qlibc,$(QLIBC_VERSION))
 QLIBC_LICENSE = BSD-2c
-QLIBC_LICENSE_FILES = COPYING
+QLIBC_LICENSE_FILES = LICENSE
 
 # We're patching configure.ac
 QLIBC_AUTORECONF = YES

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-02 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-02 11:24 [Buildroot] [git commit] qlibc: unbreak legal-info after version bump Peter Korsgaard

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.