diff options
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2012-10-11 17:12:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:47 +0100 |
commit | ec0279a586c3d716b1244c7e61070b944e896972 (patch) | |
tree | db99bfa6bf30e4071a18572b8cf300cce96f688e /meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | |
parent | e7f2b639e0c63b1e5d7c073786c1d2d81371faa6 (diff) | |
download | poky-ec0279a586c3d716b1244c7e61070b944e896972.tar.gz |
lttng: support more compatible hosts
THis change extends COMAPTIBLE_HOST matchings, which allows to include more
hosts with TARGET_OS like linux-gnuspe or linux-gnueabi etc.
(From OE-Core rev: 76138d4b183eff28c678ab13cb1a6da358be2340)
Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb')
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb index cf280c458f..cf5731d9f5 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "liburcu popt lttng2-ust" | |||
13 | 13 | ||
14 | SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" | 14 | SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" |
15 | PV = "v2.0.1+git${SRCREV}" | 15 | PV = "v2.0.1+git${SRCREV}" |
16 | PR = "r1" | 16 | PR = "r2" |
17 | 17 | ||
18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" | 18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" |
19 | 19 | ||
@@ -34,4 +34,4 @@ INSANE_SKIP_${PN}-dbg = "libexec" | |||
34 | # Due to liburcu not building for MIPS currently this recipe needs to | 34 | # Due to liburcu not building for MIPS currently this recipe needs to |
35 | # be limited also. | 35 | # be limited also. |
36 | # So here let us first suppport x86/arm/powerpc platforms now. | 36 | # So here let us first suppport x86/arm/powerpc platforms now. |
37 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 37 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |