projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334e473
)
gtest: add license information
author
Axel Lin
<axel.lin@ingics.com>
Mon, 7 Oct 2013 09:56:14 +0000
(17:56 +0800)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 7 Oct 2013 09:58:36 +0000
(11:58 +0200)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gtest/gtest.mk
patch
|
blob
|
history
diff --git
a/package/gtest/gtest.mk
b/package/gtest/gtest.mk
index 60aeb495e9c2e1323c7011e059d782fb975d42d4..e661d734c18d50e5ad3985a4cbed22b73a3dfd5e 100644
(file)
--- 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)