diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/oprofile/oprofile_0.9.6.bb | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index a6266be606..9b64c7f11d 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -22,7 +22,7 @@ PREFERRED_VERSION_libgnomecanvas ?= "2.20.0" | |||
22 | 22 | ||
23 | PREFERRED_VERSION_evince ?= "2.20.0" | 23 | PREFERRED_VERSION_evince ?= "2.20.0" |
24 | PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}" | 24 | PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}" |
25 | PREFERRED_VERSION_oprofile ?= "0.9.4" | 25 | PREFERRED_VERSION_oprofile ?= "0.9.6" |
26 | PREFERRED_VERSION_elfutils ?= "0.89" | 26 | PREFERRED_VERSION_elfutils ?= "0.89" |
27 | PREFERRED_VERSION_hal ?= "0.5.13" | 27 | PREFERRED_VERSION_hal ?= "0.5.13" |
28 | PREFERRED_VERSION_hal-info ?= "20090414" | 28 | PREFERRED_VERSION_hal-info ?= "20090414" |
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 @@ | |||
1 | SECTION = "devel" | ||
2 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ | 1 | DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ |
3 | of profiling all running code at low overhead." | 2 | of profiling all running code at low overhead." |
4 | LICENSE = "GPL" | 3 | HOMEPAGE = "http://oprofile.sourceforge.net/news/" |
4 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191" | ||
5 | |||
6 | LICENSE = "LGPLv2.1+ & GPLv2" | ||
7 | LIC_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 | |||
11 | SECTION = "devel" | ||
12 | |||
5 | DEPENDS = "popt binutils" | 13 | DEPENDS = "popt binutils" |
6 | RDEPENDS = "binutils-symlinks" | 14 | RDEPENDS = "binutils-symlinks" |
7 | RRECOMMENDS = "kernel-vmlinux" | 15 | RRECOMMENDS = "kernel-vmlinux" |
16 | |||
8 | PR = "r0" | 17 | PR = "r0" |
9 | 18 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ | 19 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ |