diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-09-30 16:42:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-30 14:39:22 +0100 |
commit | b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602 (patch) | |
tree | 177d8356f2a9b892289433fba3b20c990d1f88fe /meta/recipes-kernel | |
parent | e78446155df29daf85d1df70d5047d28a361a187 (diff) | |
download | openembedded-core-b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602.tar.gz openembedded-core-b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602.tar.bz2 openembedded-core-b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602.zip |
oprofileui: Update SRCREV to reflect recent accpeted patches by upstream
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index 0047748b2a..2b56981243 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -1,12 +1,10 @@ require oprofileui.inc -SRCREV = "0c3c32fa754c1d0b70e65767ea7048914f776396" +SRCREV = "b3116a4f80ae64bd280e6434d66f33ed492d449a" PV = "0.0+git${SRCPV}" -PR = "r4" +PR = "r0" S = "${WORKDIR}/git" # Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. -SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ - file://migrate-from-gnomevfs-to-gio.patch \ - file://dso_linking_change_build_fix.patch " +SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" |