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 23:24:01 +0100 |
commit | cb68ed9c4708a575a39ffd9351624321ea14d1e5 (patch) | |
tree | 07fb130416eb6f8b500542edc230c50e7efd14f7 | |
parent | 1bc2b2a32407d9be842e07616177c5bbd7a1ea3c (diff) | |
download | poky-cb68ed9c4708a575a39ffd9351624321ea14d1e5.tar.gz |
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]
(From OE-Core rev: efac179f243459c53d0431fbcce92a3561b40956)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | SRCREV = "508059f04842ed85d10bfbec8a9c688d57368860" | 3 | SRCREV = "ae91e3d552aff4f0e74662d055dae06ea55eb6bc" |
4 | PV = "2.5+git${SRCPV}" | 4 | PV = "2.5+git${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ |