projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f29910
)
libtpl: add license information
author
Simon Dawson
<spdawson@gmail.com>
Thu, 9 Aug 2012 09:59:32 +0000
(10:59 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 11 Aug 2012 18:22:23 +0000
(20:22 +0200)
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libtpl/libtpl.mk
patch
|
blob
|
history
diff --git
a/package/libtpl/libtpl.mk
b/package/libtpl/libtpl.mk
index 45089b576b8001c3e69fecb6f3f1b4646cc0ecc6..7af0b0625ac84d9b8d17a3fb968a710ce53d1507 100644
(file)
--- a/
package/libtpl/libtpl.mk
+++ b/
package/libtpl/libtpl.mk
@@
-7,5
+7,7
@@
LIBTPL_VERSION = 1.5
LIBTPL_SOURCE = libtpl-$(LIBTPL_VERSION).tar.bz2
LIBTPL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tpl
LIBTPL_INSTALL_STAGING = YES
+LIBTPL_LICENSE = BSD-like
+LIBTPL_LICENSE_FILES = LICENSE
$(eval $(autotools-package))