From 196f689f63f363b245634131c94fd10e6e84b604 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 6 May 2011 15:17:25 -0700 Subject: lttng-ust_0.12.bb: Fix compilation on uclibc We provide alternative implementation of sched_getcpu() when compiling for uclibc (From OE-Core rev: 03f442250579a392b49b54648840fbeb7c0a0142) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-ust_0.12.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-kernel/lttng/lttng-ust_0.12.bb') diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.12.bb b/meta/recipes-kernel/lttng/lttng-ust_0.12.bb index 7dadc04745..5fca949f39 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.12.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.12.bb @@ -12,7 +12,9 @@ DEPENDS = "liburcu" PR = "r0" -SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" +SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz \ + file://uclibc-sched_getcpu.patch \ + " SRC_URI[md5sum] = "fae6e324a56016658c5b83ec14ba0043" SRC_URI[sha256sum] = "215b05f47d0c9e3a2934926a7d14fa9c67025db917c3a1f641df40b08314ab0c" -- cgit v1.2.3-54-g00ecf