projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29cf409
)
ncurses: add license info
author
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Tue, 13 Nov 2012 01:05:36 +0000
(
01:05
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 14 Nov 2012 21:31:24 +0000
(22:31 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ncurses/ncurses.mk
patch
|
blob
|
history
diff --git
a/package/ncurses/ncurses.mk
b/package/ncurses/ncurses.mk
index d82399621b27a923afa96bb0438f84017651aa0b..4c48e8d144ccd685795dbb5c2fc51cab9b173e36 100644
(file)
--- a/
package/ncurses/ncurses.mk
+++ b/
package/ncurses/ncurses.mk
@@
-27,6
+27,8
@@
NCURSES_VERSION = 5.9
NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
NCURSES_INSTALL_STAGING = YES
NCURSES_DEPENDENCIES = host-ncurses
+NCURSES_LICENSE = MIT with advertising clause
+NCURSES_LICENSE_FILES = README
NCURSES_CONF_OPT = \
$(if $(BR2_PREFER_STATIC_LIB),--without-shared,--with-shared) \