From ec0279a586c3d716b1244c7e61070b944e896972 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. (From OE-Core rev: 76138d4b183eff28c678ab13cb1a6da358be2340) Signed-off-by: Vladimir Zapolskiy Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb | 4 ++-- meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb | 4 ++-- meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | 4 ++-- meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb | 4 ++-- meta/recipes-kernel/lttng/lttng-ust_0.16.bb | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb index eaf7eeb2bd..95d65f5737 100644 --- a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb +++ b/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb @@ -12,7 +12,7 @@ DEPENDS = "gtk+ util-linux" SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4" PV = "0.12+git${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" @@ -25,4 +25,4 @@ do_configure_prepend () { # Due to liburcu not building for MIPS currently this recipe needs to # be limited also. # So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb index 4c78f36ba0..d81e9b8f5c 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb @@ -12,7 +12,7 @@ inherit module SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" PV = "2.0.pre11+git${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ @@ -27,4 +27,4 @@ S = "${WORKDIR}/git" # Due to liburcu not building for MIPS currently this recipe needs to # be limited also. # So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' 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" SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" PV = "v2.0.1+git${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" @@ -34,4 +34,4 @@ INSANE_SKIP_${PN}-dbg = "libexec" # Due to liburcu not building for MIPS currently this recipe needs to # be limited also. # So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb index 8f650a4ae2..5e9a529a2b 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb @@ -14,7 +14,7 @@ DEPENDS = "liburcu util-linux" SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" PV = "2.0.2+git${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" @@ -27,4 +27,4 @@ do_configure_prepend () { # Due to liburcu not building for MIPS currently this recipe needs to # be limited also. # So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb index e9540837ca..3618a2dde9 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.16.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \ DEPENDS = "liburcu" -PR = "r0" +PR = "r1" PE = "1" SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" @@ -28,5 +28,5 @@ inherit autotools # Due to liburcu not building on MIPS currently this recipe needs to # be limited also. # So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' -- cgit v1.2.3-54-g00ecf