[oe-commits] Khem Raj : libgee.inc: Use libtool macros from installed libtool

git version control git at git.openembedded.org
Sun Oct 17 06:58:13 UTC 2010


Module: openembedded.git
Branch: master
Commit: a89e9c41f6ea2df686bcfb7c01b39b23685b4261
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a89e9c41f6ea2df686bcfb7c01b39b23685b4261

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Oct 16 23:52:41 2010 -0700

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 <raj.khem at gmail.com>

---

 recipes/libgee/libgee.inc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/libgee/libgee.inc b/recipes/libgee/libgee.inc
index ed86554..3b8d792 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
 }
-





More information about the Openembedded-commits mailing list