diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-11-04 18:05:10 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 22:24:17 +0100 |
commit | f700463c66376283ab4bffc391209bf20c63088d (patch) | |
tree | 28e2344ff4136e3c7b3e60e3b14d19468f9c8477 | |
parent | e6cb1dd8247d40a3071f9b6d9963d80dd0df031e (diff) |
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>
-rw-r--r-- | package/protobuf/protobuf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 144e5fbe7..3eeadfc45 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 |