diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2015-01-20 11:17:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-20 17:46:57 +0100 |
commit | bb964781218ee73ce6fce88529679b200f196899 (patch) | |
tree | 7a9e6b64980862f83ec82c0cbddbcd02c28bb394 /package/qwt | |
parent | 417302c75b6b1879d838c2eb7596e172baafe049 (diff) | |
download | buildroot-bb964781218ee73ce6fce88529679b200f196899.tar.gz buildroot-bb964781218ee73ce6fce88529679b200f196899.zip |
qwt: add license information
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qwt')
-rw-r--r-- | package/qwt/qwt.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/qwt/qwt.mk b/package/qwt/qwt.mk index a92d6b4b15..7105da5736 100644 --- a/package/qwt/qwt.mk +++ b/package/qwt/qwt.mk @@ -10,6 +10,9 @@ QWT_SITE = http://downloads.sourceforge.net/project/qwt/qwt/$(QWT_VERSION) QWT_INSTALL_STAGING = YES QWT_DEPENDENCIES = qt +QWT_LICENSE = LGPLv2.1 with exceptions +QWT_LICENSE_FILES = COPYING + QWT_CONFIG = 's%QWT_INSTALL_PREFIX.*/usr/local/.*%QWT_INSTALL_PREFIX = /usr%' QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtDesigner.*$$/\# QWT_CONFIG += QwtDesigner/' QWT_CONFIG += -e 's%/features%/mkspecs/features%' |