From a89e9c41f6ea2df686bcfb7c01b39b23685b4261 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 16 Oct 2010 23:52:41 -0700 Subject: [PATCH] libgee.inc: Use libtool macros from installed libtool * Do not use libtool macros that come with libgee * Default to autoconf provided do_configure Signed-off-by: Khem Raj --- recipes/libgee/libgee.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/libgee/libgee.inc b/recipes/libgee/libgee.inc index ed865548fd..3b8d792580 100644 --- a/recipes/libgee/libgee.inc +++ b/recipes/libgee/libgee.inc @@ -5,13 +5,13 @@ SECTION = "libs" DEPENDS = "glib-2.0" BBCLASSEXTEND = "native" LICENSE = "LGPL" -INC_PR = "r5" +INC_PR = "r6" PE = "1" inherit autotools vala - -do_configure() { - gnu-configize - oe_runconf +do_configure_prepend() { + MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" + for i in ${MACROS}; do + rm m4/$i + done } - -- 2.39.5