summaryrefslogtreecommitdiffstats
path: root/package/python-protobuf
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-05 07:43:05 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-05 13:28:35 +0100
commit1475560039fabca5a8b74965d794b49d756f15a8 (patch)
treecb70a4ba2dccfcbaa914677ba95bab1e8ac1d3ac /package/python-protobuf
parent7e477de7df8366ce3d74afc9cb2a69ad1923c398 (diff)
downloadbuildroot-1475560039fabca5a8b74965d794b49d756f15a8.tar.gz
buildroot-1475560039fabca5a8b74965d794b49d756f15a8.zip
python-protobuf: fix legal info
It uses the same tarball as protobuf hence suffers the same problem as commit f700463c. Fixes: http://autobuild.buildroot.net/results/428/4282281e5582b0da8ed3ff44f4d6d86f716ea333/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-protobuf')
-rw-r--r--package/python-protobuf/python-protobuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-protobuf/python-protobuf.mk b/package/python-protobuf/python-protobuf.mk
index 2708312564..d8be76dd70 100644
--- a/package/python-protobuf/python-protobuf.mk
+++ b/package/python-protobuf/python-protobuf.mk
@@ -8,7 +8,7 @@ PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
PYTHON_PROTOBUF_SOURCE = $(PROTOBUF_SOURCE)
PYTHON_PROTOBUF_SITE = $(PROTOBUF_SITE)
PYTHON_PROTOBUF_LICENSE = BSD-3c
-PYTHON_PROTOBUF_LICENSE_FILES = COPYING.txt
+PYTHON_PROTOBUF_LICENSE_FILES = LICENSE
PYTHON_PROTOBUF_DEPENDENCIES = host-protobuf
PYTHON_PROTOBUF_SETUP_TYPE = setuptools
PYTHON_PROTOBUF_SUBDIR = python
OpenPOWER on IntegriCloud