diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-08 13:43:45 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-08 13:43:45 +0000 |
commit | 7368c24df7043ab141500e2dc7a4df8f43eabef6 (patch) | |
tree | fd0a7b527abbb8a6c1105f9decb60858318736b9 /packages/oprofile/oprofile_0.9.3.bb | |
parent | 4a95b1479e1c44da2a37d0207724842e30564a05 (diff) |
oprofile 0.9.3: Fixed armv7a patch to actually distribute armv7 event files.
oprofile 0.9.4: New recipe.
Diffstat (limited to 'packages/oprofile/oprofile_0.9.3.bb')
-rw-r--r-- | packages/oprofile/oprofile_0.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/oprofile/oprofile_0.9.3.bb b/packages/oprofile/oprofile_0.9.3.bb index 4d6af997af..7ffcec3b99 100644 --- a/packages/oprofile/oprofile_0.9.3.bb +++ b/packages/oprofile/oprofile_0.9.3.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "popt binutils" RDEPENDS = "binutils-symlinks" RRECOMMENDS = "kernel-vmlinux" -PR = "r7" +PR = "r8" SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ file://armv6_fix.patch;patch=1 \ |