summaryrefslogtreecommitdiffstats
path: root/package/protobuf
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-04 18:05:10 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-04 22:24:17 +0100
commitf700463c66376283ab4bffc391209bf20c63088d (patch)
tree28e2344ff4136e3c7b3e60e3b14d19468f9c8477 /package/protobuf
parente6cb1dd8247d40a3071f9b6d9963d80dd0df031e (diff)
downloadbuildroot-f700463c66376283ab4bffc391209bf20c63088d.tar.gz
buildroot-f700463c66376283ab4bffc391209bf20c63088d.zip
protobuf: fix legal-info
The file changed from COPYING.txt to LICENSE, fixes: http://autobuild.buildroot.net/results/c40/c40e9b6030584a4fd8b3e46f78f6d0702d1dc11e/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/protobuf')
-rw-r--r--package/protobuf/protobuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index 144e5fbe78..3eeadfc454 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -7,7 +7,7 @@
PROTOBUF_VERSION = v2.6.1
PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION))
PROTOBUF_LICENSE = BSD-3c
-PROTOBUF_LICENSE_FILES = COPYING.txt
+PROTOBUF_LICENSE_FILES = LICENSE
# no configure script
PROTOBUF_AUTORECONF = YES
OpenPOWER on IntegriCloud