[oe-commits] Dmitry Baryshkov : tasks: fix building with current libtool

GIT User account git at amethyst.openembedded.net
Tue Nov 11 18:52:48 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5f2e5bc2de084cc731241de39d9241d408d371ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5f2e5bc2de084cc731241de39d9241d408d371ad

Author: Dmitry Baryshkov <dbaryshkov at gmail.com>
Date:   Wed Nov  5 15:55:54 2008 +0300

tasks: fix building with current libtool

current libtool requires AC_PROG_LIBTOOL in configure.ac
Include it to make libtool/autoconf happy.

Signed-off-by: Dmitry Baryshkov <dbaryshkov at gmail.com>

---

 packages/pimlico/tasks-0.13/libtool.diff |   10 ++++++++++
 packages/pimlico/tasks_0.13.bb           |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/packages/pimlico/tasks-0.13/libtool.diff b/packages/pimlico/tasks-0.13/libtool.diff
new file mode 100644
index 0000000..f2cd6d2
--- /dev/null
+++ b/packages/pimlico/tasks-0.13/libtool.diff
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2008-10-30 03:57:29.038510760 +0300
++++ configure.ac	2008-10-30 03:55:28.066512503 +0300
+@@ -3,6 +3,7 @@
+ AC_CONFIG_SRCDIR(libkoto/koto-task-store.c)
+ AC_CONFIG_HEADERS([libkoto/config.h])
+ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
++AC_PROG_LIBTOOL
+
+ AM_DISABLE_STATIC
+ AC_PROG_CPP
diff --git a/packages/pimlico/tasks_0.13.bb b/packages/pimlico/tasks_0.13.bb
index ff8da56..37d01d9 100644
--- a/packages/pimlico/tasks_0.13.bb
+++ b/packages/pimlico/tasks_0.13.bb
@@ -1,4 +1,4 @@
 require tasks.inc
 
 SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \
-        file://tasks-owl.diff;patch=1;pnum=0"
+        file://tasks-owl.diff;patch=1;pnum=0 file://libtool.diff;patch=1;pnum=0"





More information about the Openembedded-commits mailing list