summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust_0.16.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_0.16.bb4
1 files changed, 2 insertions, 2 deletions
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 \
10 10
11DEPENDS = "liburcu" 11DEPENDS = "liburcu"
12 12
13PR = "r0" 13PR = "r1"
14PE = "1" 14PE = "1"
15 15
16SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" 16SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
@@ -28,5 +28,5 @@ inherit autotools
28# Due to liburcu not building on MIPS currently this recipe needs to 28# Due to liburcu not building on MIPS currently this recipe needs to
29# be limited also. 29# be limited also.
30# So here let us first suppport x86/arm/powerpc platforms now. 30# So here let us first suppport x86/arm/powerpc platforms now.
31COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux' 31COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
32 32