diff options
author | Simon Dawson <simond@trainfx.com> | 2012-11-30 00:14:42 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-04 14:44:01 -0800 |
commit | c0975586ee3241988afc504f1e19494ef13b3189 (patch) | |
tree | aa5b517bf28d97c35da357c2e0f842166500b35b /package/oprofile/oprofile.mk | |
parent | 39cde08e1036eab9ca5ad5a4fb231c9bf4a30522 (diff) | |
download | buildroot-c0975586ee3241988afc504f1e19494ef13b3189.tar.gz buildroot-c0975586ee3241988afc504f1e19494ef13b3189.zip |
oprofile: add license information
[Peter: GPLv2+ as pointed out by Arnout]
Signed-off-by: Simon Dawson <simond@trainfx.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/oprofile/oprofile.mk')
-rw-r--r-- | package/oprofile/oprofile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index 54c46dd3a7..75f84073b9 100644 --- a/package/oprofile/oprofile.mk +++ b/package/oprofile/oprofile.mk @@ -6,6 +6,8 @@ OPROFILE_VERSION = 0.9.7 OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-$(OPROFILE_VERSION) +OPROFILE_LICENSE = GPLv2+ +OPROFILE_LICENSE_FILES = COPYING OPROFILE_CONF_OPT = --localstatedir=/var --with-kernel-support OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled |