diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-06 13:17:01 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-06 06:56:02 +0100 |
commit | 0ad961a218e3a0c3c1271820a0c7d7c11f62bbc1 (patch) | |
tree | 69da9586726541740fe39b54d53f560ef30b5d76 /recipes/oprofile | |
parent | 8df99a826f55f9f2dd8b3c05739aa842d9909886 (diff) |
oprofile_0.9.6: Add new version with a fix for timers
This release contains several bugfixes, e.g. the fix to work
in pure timer mode again.
http://oprofile.cvs.sourceforge.net/viewvc/oprofile/oprofile/utils/opcontrol?r1=1.164&r2=1.165&view=patch
Diffstat (limited to 'recipes/oprofile')
-rw-r--r-- | recipes/oprofile/oprofile.inc | 2 | ||||
-rw-r--r-- | recipes/oprofile/oprofile_0.9.6.bb | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/recipes/oprofile/oprofile.inc b/recipes/oprofile/oprofile.inc index f346c10ce2..8400ddea41 100644 --- a/recipes/oprofile/oprofile.inc +++ b/recipes/oprofile/oprofile.inc @@ -9,7 +9,7 @@ INC_PR = "r11" S = "${WORKDIR}/oprofile-${PV}" SRC_URI = "\ - ${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ + ${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz;name=tarball \ file://acinclude.m4 \ " diff --git a/recipes/oprofile/oprofile_0.9.6.bb b/recipes/oprofile/oprofile_0.9.6.bb new file mode 100644 index 0000000000..39516b4314 --- /dev/null +++ b/recipes/oprofile/oprofile_0.9.6.bb @@ -0,0 +1,6 @@ +require oprofile.inc + +PR = "${INC_PR}.0" + +SRC_URI[tarball.md5sum] = "4e407093ac06200185d5a5e6437d7242" +SRC_URI[tarball.sha256sum] = "3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880" |