summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-06-02 13:24:00 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-02 13:24:00 +0200
commitc12e1e9d01e1cd949a0d0d8ca0252f16b506ee30 (patch)
tree3ca0545d8b5604f15713eeeaab683510bc00c551
parent8e2bf3cb58f86d14e320229c9bb31753888410a5 (diff)
downloadbuildroot-c12e1e9d01e1cd949a0d0d8ca0252f16b506ee30.tar.gz
buildroot-c12e1e9d01e1cd949a0d0d8ca0252f16b506ee30.zip
qlibc: unbreak legal-info after version bump
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>
-rw-r--r--package/qlibc/qlibc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qlibc/qlibc.mk b/package/qlibc/qlibc.mk
index 5aee1f465c..a146fa387f 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
OpenPOWER on IntegriCloud