diff options
-rw-r--r-- | package/protobuf/protobuf.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 6e49dd365..5032d709d 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -6,6 +6,8 @@ PROTOBUF_VERSION = 2.4.1 PROTOBUF_SOURCE = protobuf-$(PROTOBUF_VERSION).tar.gz PROTOBUF_SITE = http://protobuf.googlecode.com/files/ +PROTOBUF_LICENSE = BSD-3c +PROTOBUF_LICENSE_FILES = COPYING.txt # N.B. Need to use host protoc during cross compilation. PROTOBUF_DEPENDENCIES = host-protobuf |