From 254799258ead1b7a59c301ad2d3e3c7e5b9fb8db Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 17 Feb 2013 10:52:21 +0200 Subject: oprofileui-server: replace obsolete automake macros with working ones Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold --- meta/recipes-kernel/oprofile/oprofileui-server_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/oprofile/oprofileui-server_git.bb') diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb index e75923f2a3..6b848af75f 100644 --- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb @@ -2,12 +2,14 @@ require oprofileui.inc SRCREV = "82ecf8c6b53b84f80682a8312f9defa83a95f2a3" PV = "0.0+git${SRCPV}" -PR = "r0" +PR = "r1" S = "${WORKDIR}/git" SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ - file://init" + file://init \ + file://obsolete_automake_macros.patch \ +" EXTRA_OECONF += "--disable-client --enable-server" -- cgit 1.2.3-korg