diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-04-04 18:05:38 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-05 14:53:29 +0100 |
commit | efac179f243459c53d0431fbcce92a3561b40956 (patch) | |
tree | 64ada641cf5bf68dfc2c64e57f2d5bb771642c43 /meta/recipes-kernel | |
parent | d1a7e5dbaa1217b692b46e2756c318e5aaa34f9d (diff) | |
download | openembedded-core-efac179f243459c53d0431fbcce92a3561b40956.tar.gz openembedded-core-efac179f243459c53d0431fbcce92a3561b40956.tar.bz2 openembedded-core-efac179f243459c53d0431fbcce92a3561b40956.zip |
systemtap: Move to current HEAD
This moves the systemtap recipe to the current HEAD commit, in order
to get users past some bugs affecting ppc and arm.
Fixes [YOCTO #6016]
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 56db7b2b84..db9d910e35 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc @@ -1,6 +1,6 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCREV = "508059f04842ed85d10bfbec8a9c688d57368860" +SRCREV = "ae91e3d552aff4f0e74662d055dae06ea55eb6bc" PV = "2.5+git${SRCPV}" SRC_URI = "git://sourceware.org/git/systemtap.git \ |