From: Dmitry Baryshkov <dbaryshkov@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Dmitry Baryshkov <dbaryshkov@gmail.com>
Subject: [PATCH] tasks: fix building with current libtool
Date: Sun, 9 Nov 2008 16:28:15 +0300 [thread overview]
Message-ID: <1226237296-11012-15-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1226237296-11012-14-git-send-email-dbaryshkov@gmail.com>
current libtool requires AC_PROG_LIBTOOL in configure.ac
Include it to make libtool/autoconf happy.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
---
packages/pimlico/tasks-0.13/libtool.diff | 10 ++++++++++
packages/pimlico/tasks_0.13.bb | 2 +-
2 files changed, 11 insertions(+), 1 deletions(-)
create mode 100644 packages/pimlico/tasks-0.13/libtool.diff
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"
--
1.5.6.5
next prev parent reply other threads:[~2008-11-09 13:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-09 13:28 [PATCH] checksums.ini: add few more checksums Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] checksums.ini: correct wrong checksums Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] libmailwrapper: add 1.2.4 version recipe Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] opie-cardapplet: " Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] task-sdk-base: switch to newer pixman Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] task-sdk-opie: correctly select qte or qte-mt Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] meta-toolchain-opie: add Opie SDK package Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] src_distribute: update to reflect current bitbake Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] task-sdk-extra: use randrproto-dev instead of randrext-dev Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] x11-sato-image: use correct package names instead of ttf-liberation Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] gloox: fix gloox.pc in the staging Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] libsvg-cairo: fix building with current libtool/autoconf Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] linphone: fix building with current speex Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] contacts: fix build error Dmitry Baryshkov
2008-11-09 13:28 ` Dmitry Baryshkov [this message]
2008-11-09 13:28 ` [PATCH] libgemwidget-1.0: " Dmitry Baryshkov
2008-11-10 23:37 ` [PATCH] task-sdk-opie: correctly select qte or qte-mt Paul Eggleton
2008-11-09 16:54 ` [PATCH] checksums.ini: correct wrong checksums Phil Blundell
2008-11-09 17:31 ` Koen Kooi
2008-11-10 14:13 ` Philip Balister
2008-11-13 16:43 ` Marcin Juszkiewicz
2008-11-13 17:22 ` Mike (mwester)
2008-11-13 17:59 ` Koen Kooi
2008-11-14 2:16 ` Philip Balister
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1226237296-11012-15-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.