summaryrefslogtreecommitdiff
path: root/package/gtest
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-10-07 17:56:14 +0800
committerPeter Korsgaard <peter@korsgaard.com>2013-10-07 11:58:36 +0200
commit27966dc8d8f9f5264b6c8d4809f919cc9336712d (patch)
tree45eaf856647f09902208805c034387944fe8193b /package/gtest
parent334e4737dff70459815a9a2d181a44324e8d8119 (diff)
gtest: add license information
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gtest')
-rw-r--r--package/gtest/gtest.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gtest/gtest.mk b/package/gtest/gtest.mk
index 60aeb495e..e661d734c 100644
--- a/package/gtest/gtest.mk
+++ b/package/gtest/gtest.mk
@@ -9,6 +9,8 @@ GTEST_SOURCE = gtest-$(GTEST_VERSION).zip
GTEST_SITE = http://googletest.googlecode.com/files/
GTEST_INSTALL_STAGING = YES
GTEST_INSTALL_TARGET = NO
+GTEST_LICENSE = BSD-3c
+GTEST_LICENSE_FILES = LICENSE
define GTEST_EXTRACT_CMDS
unzip $(DL_DIR)/$(GTEST_SOURCE) -d $(BUILD_DIR)