diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-14 15:53:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:17 +0000 |
commit | 9c39a4f9cd5e54428aa0df7fdf7cbb7e7256f92d (patch) | |
tree | a3b41f937b7ab421be358b6a06563b781029886d | |
parent | fef0ec64d672663c7fc267f01c6a57e58ec0ac87 (diff) | |
download | poky-9c39a4f9cd5e54428aa0df7fdf7cbb7e7256f92d.tar.gz |
systemtap: update to 2.9
(From OE-Core rev: 9083d25fa797272137737577228a3f7a5d95b27f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 758908bff9..3686c2f761 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | |||
@@ -4,8 +4,6 @@ require systemtap_git.inc | |||
4 | 4 | ||
5 | DEPENDS = "systemtap virtual/kernel" | 5 | DEPENDS = "systemtap virtual/kernel" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | |||
9 | # On systems without CONFIG_UTRACE, this package is empty. | 7 | # On systems without CONFIG_UTRACE, this package is empty. |
10 | ALLOW_EMPTY_${PN} = "1" | 8 | ALLOW_EMPTY_${PN} = "1" |
11 | 9 | ||
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 59a578daac..7f9ae0b522 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | SRCREV = "bf16266782e1f2588b519a50d9684279d4e21036" | 3 | SRCREV = "7009f2f782e52d6105fe68d6ea2a9820a1099c06" |
4 | PV = "2.7+git${SRCPV}" | 4 | PV = "2.9" |
5 | 5 | ||
6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ |
7 | file://docproc-build-fix.patch \ | 7 | file://docproc-build-fix.patch \ |