diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 9da5588a57..b87aa1ab49 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,7 +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 | 3 | SRCREV = "9190b3acfe706d3bfd66dec18133d28f98443321" | |
4 | SRCREV = "aa7b1e00e6cb7058071ead0180de0541b1c6eccf" | ||
5 | PV = "2.4+git${SRCPV}" | 4 | PV = "2.4+git${SRCPV}" |
6 | 5 | ||
7 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ |
@@ -11,11 +10,8 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ | |||
11 | 10 | ||
12 | FILESPATH = "${FILE_DIRNAME}/systemtap" | 11 | FILESPATH = "${FILE_DIRNAME}/systemtap" |
13 | 12 | ||
14 | SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" | ||
15 | SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" | ||
16 | |||
17 | # systemtap doesn't support mips | 13 | # systemtap doesn't support mips |
18 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*|arm.*)-linux' | 14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux' |
19 | 15 | ||
20 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
21 | 17 | ||
@@ -29,4 +25,3 @@ def get_optimization(d): | |||
29 | return selected_optimization | 25 | return selected_optimization |
30 | 26 | ||
31 | SELECTED_OPTIMIZATION := "${@get_optimization(d)}" | 27 | SELECTED_OPTIMIZATION := "${@get_optimization(d)}" |
32 | |||