From 0b50dc8ed66058251349f1d471f75623f9a2fb8b Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Thu, 10 Feb 2011 14:49:36 +0800 Subject: lttng-ust: fix ppc build by removing ppc specific time reading function Here I introduced a patch from lttng mailing list to fix ppc build. See the patch for more details. Signed-off-by: Dexuan Cui --- meta/recipes-kernel/lttng/lttng-ust_0.11.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/lttng/lttng-ust_0.11.bb') diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.11.bb b/meta/recipes-kernel/lttng/lttng-ust_0.11.bb index 575e35ac9c..9d2063a170 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.11.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.11.bb @@ -10,9 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \ DEPENDS = "liburcu" -PR = "r0" +PR = "r1" -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://remove_ppc_specific_time_reading_function.patch \ + " SRC_URI[md5sum] = "0a23fa60df4da3fb5188e314001eb49c" SRC_URI[sha256sum] = "af8f699019ae260103bb401b6738d5e417e79732a509859b42a52e9a0f5edb35" -- cgit v1.2.3-54-g00ecf