diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-03-09 18:28:22 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-10 17:10:34 -0800 |
commit | d694c6700ee27672e5372939a98d5050cda44ca9 (patch) | |
tree | 0a655dc52fa5afa70465a40e8b303dc09b33889d /meta/conf/distro | |
parent | 547c62361b21d9cae281d58c54ec2d19a5e25306 (diff) | |
download | openembedded-core-d694c6700ee27672e5372939a98d5050cda44ca9.tar.gz openembedded-core-d694c6700ee27672e5372939a98d5050cda44ca9.tar.bz2 openembedded-core-d694c6700ee27672e5372939a98d5050cda44ca9.tar.xz openembedded-core-d694c6700ee27672e5372939a98d5050cda44ca9.zip |
oprofileui: upgrade to the latest version maintained by the Yocto project
Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now, so
we should change SRC_URI to the one maintained by the Yocto project. This
one includes new bugfixes.
This fixes [YOCTO #820]
[sgw: merged oprofile-git.inc back into .bb as suggested by Joshua]
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 36202a119..aee17493d 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc @@ -146,7 +146,7 @@ SRCREV_pn-opkg-nogpg-native ??= "${OPKGSRCREV}" SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}" SRCREV_pn-opkg-utils-native ??= "4747" SRCREV_pn-opkg-utils ??= "4747" -SRCREV_pn-oprofileui ??= "197" +SRCREV_pn-oprofileui ??= "e2d998d8a55dc1e49d1588841f83eff8e6809753" SRCREV_pn-tcf-agent ??= "1078" SRCREV_pn-osc-native ??= "9096" SRCREV_pn-owl-video ??= "394" |