From patchwork Fri Nov 9 12:45:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: oprofile: add license information X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 198036 Message-Id: <1352465145-18842-1-git-send-email-spdawson@gmail.com> To: buildroot@busybox.net Date: Fri, 9 Nov 2012 12:45:45 +0000 From: spdawson@gmail.com List-Id: Discussion and development of buildroot From: Simon Dawson Signed-off-by: Simon Dawson --- package/oprofile/oprofile.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index 54c46dd..17d225a 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