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-support/liburcu | |
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-support/liburcu')
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.6.7.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.6.7.bb index be73856612..361780c20a 100644 --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb +++ b/meta/recipes-support/liburcu/liburcu_0.6.7.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \ | |||
7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ | 7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ |
8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" | 8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" |
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
13 | 13 | ||
@@ -20,5 +20,4 @@ inherit autotools | |||
20 | 20 | ||
21 | # liburcu, which is only used by lttng-ust, may not build on other | 21 | # liburcu, which is only used by lttng-ust, may not build on other |
22 | # platforms, like MIPS. | 22 | # platforms, like MIPS. |
23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' | 23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' |
24 | |||