diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-05-01 15:20:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:16 +0100 |
commit | 8592548b9b2b01ae4911ba485b4e7225e83c2957 (patch) | |
tree | a14cfffd073dd131be76c25e1f3deac5223a7ab5 /meta/recipes-kernel/systemtap/systemtap_git.inc | |
parent | 010e6f1527021e79ead755f24e2fcc10c09ee122 (diff) | |
download | poky-8592548b9b2b01ae4911ba485b4e7225e83c2957.tar.gz |
systemtap: update to 2.5 release
(From OE-Core rev: 6c30c43af893d3d68651501c0ffb01d46c5f4d13)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-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 c280313c43..78439c152c 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 = "ae91e3d552aff4f0e74662d055dae06ea55eb6bc" | 3 | SRCREV = "8f0fcd995f7f650a2ee0a94539f90c99e6d19e1d" |
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 \ |