diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-04-29 07:35:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-30 16:36:38 +0100 |
commit | 9082b6fc73c7e4c9d73b988674bb9c09b693cf12 (patch) | |
tree | 3275a73de1ce40d071f3420cbd327e0bad2b6c49 /meta/recipes-kernel/oprofile | |
parent | 80a7ca6e986a77df69f90601195c10aad640e9ab (diff) | |
download | openembedded-core-9082b6fc73c7e4c9d73b988674bb9c09b693cf12.tar.gz openembedded-core-9082b6fc73c7e4c9d73b988674bb9c09b693cf12.tar.bz2 openembedded-core-9082b6fc73c7e4c9d73b988674bb9c09b693cf12.zip |
oprofileui*: Update to latest git
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb index be9320f390..d80a0e8990 100644 --- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb @@ -1,6 +1,6 @@ require oprofileui.inc -SRCREV = "f168b8bfdc63660033de1739c6ddad1abd97c379" +SRCREV = "389e1875af4721d52c7e65cf9cfffb69b0ed6a59" PV = "0.0+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index 316c61a696..bb69d5404d 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -2,7 +2,7 @@ require oprofileui.inc DEPENDS += "gtk+ libglade libxml2 avahi-ui gconf" -SRCREV = "f168b8bfdc63660033de1739c6ddad1abd97c379" +SRCREV = "389e1875af4721d52c7e65cf9cfffb69b0ed6a59" PV = "0.0+git${SRCPV}" S = "${WORKDIR}/git" |