From 76138d4b183eff28c678ab13cb1a6da358be2340 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Thu, 11 Oct 2012 17:12:34 +0300 Subject: 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. Signed-off-by: Vladimir Zapolskiy Signed-off-by: Saul Wold --- meta/recipes-support/liburcu/liburcu_0.6.7.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/recipes-support/liburcu') 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 \ file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" -PR = "r0" +PR = "r1" SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" @@ -20,5 +20,4 @@ inherit autotools # liburcu, which is only used by lttng-ust, may not build on other # platforms, like MIPS. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' - +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' -- cgit 1.2.3-korg