summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-20 18:00:03 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 16:00:55 +0100
commite2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b (patch)
treef25deb8a27a078c1e879534b70b2b03864d8ae0c /meta/packages
parent47a60ccef0d96ffa743aa6f1f7cedec0ce759acf (diff)
downloadpoky-e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b.tar.gz
oprofile: fix metadata
Add HOMEAPGE,BUGTRACKER Fix LICENSE and add LIC_FILES_CHKSUM Update PREFERRED_VERSION_oprofile Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/oprofile/oprofile_0.9.6.bb13
1 files changed, 11 insertions, 2 deletions
diff --git a/meta/packages/oprofile/oprofile_0.9.6.bb b/meta/packages/oprofile/oprofile_0.9.6.bb
index 29c3f1bb7f..9679411bec 100644
--- a/meta/packages/oprofile/oprofile_0.9.6.bb
+++ b/meta/packages/oprofile/oprofile_0.9.6.bb
@@ -1,10 +1,19 @@
1SECTION = "devel"
2DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ 1DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
3of profiling all running code at low overhead." 2of profiling all running code at low overhead."
4LICENSE = "GPL" 3HOMEPAGE = "http://oprofile.sourceforge.net/news/"
4BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
5
6LICENSE = "LGPLv2.1+ & GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8 file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
9 file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4"
10
11SECTION = "devel"
12
5DEPENDS = "popt binutils" 13DEPENDS = "popt binutils"
6RDEPENDS = "binutils-symlinks" 14RDEPENDS = "binutils-symlinks"
7RRECOMMENDS = "kernel-vmlinux" 15RRECOMMENDS = "kernel-vmlinux"
16
8PR = "r0" 17PR = "r0"
9 18
10SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ 19SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \