From: Dmitry Baryshkov <dbaryshkov@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Dmitry Baryshkov <dbaryshkov@gmail.com>
Subject: [PATCH] libsvg-cairo: fix building with current libtool/autoconf
Date: Sun, 9 Nov 2008 16:28:12 +0300 [thread overview]
Message-ID: <1226237296-11012-12-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1226237296-11012-11-git-send-email-dbaryshkov@gmail.com>
Current autoconf/libtool prohibit using of macros/variables that start
with LT_. Workaround that by s/LT_/LV_/ on libsvg-cairo's configure.in
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
---
.../cairo/libsvg-cairo/libsvg-cairo-libtool.diff | 27 ++++++++++++++++++++
packages/cairo/libsvg-cairo_20050601.bb | 3 +-
2 files changed, 29 insertions(+), 1 deletions(-)
create mode 100644 packages/cairo/libsvg-cairo/libsvg-cairo-libtool.diff
diff --git a/packages/cairo/libsvg-cairo/libsvg-cairo-libtool.diff b/packages/cairo/libsvg-cairo/libsvg-cairo-libtool.diff
new file mode 100644
index 0000000..90448dc
--- /dev/null
+++ b/packages/cairo/libsvg-cairo/libsvg-cairo-libtool.diff
@@ -0,0 +1,27 @@
+Index: libsvg-cairo/configure.in
+===================================================================
+--- libsvg-cairo.orig/configure.in 2008-11-04 13:38:51.795236755 +0300
++++ libsvg-cairo/configure.in 2008-11-04 13:40:44.503218844 +0300
+@@ -8,18 +8,18 @@ LIBSVG_CAIRO_VERSION=0.1.5-head
+ # libtool shared library version
+
+ # Increment if the interface has additions, changes, removals.
+-LT_CURRENT=1
++LV_CURRENT=1
+
+ # Increment any time the source changes; set to
+ # 0 if you increment CURRENT
+-LT_REVISION=1
++LV_REVISION=1
+
+ # Increment if any interfaces have been added; set to 0
+ # if any interfaces have been removed. removal has
+ # precedence over adding, so set to 0 if both happened.
+-LT_AGE=0
++LV_AGE=0
+
+-VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
++VERSION_INFO="$LV_CURRENT:$LV_REVISION:$LV_AGE"
+ AC_SUBST(VERSION_INFO)
+
+ dnl ===========================================================================
diff --git a/packages/cairo/libsvg-cairo_20050601.bb b/packages/cairo/libsvg-cairo_20050601.bb
index 55e439a..9cc7c5b 100644
--- a/packages/cairo/libsvg-cairo_20050601.bb
+++ b/packages/cairo/libsvg-cairo_20050601.bb
@@ -7,7 +7,8 @@ PRIORITY = "optional"
DEPENDS = "libsvg cairo"
DESCRIPTION = "SVG rendering library"
DEFAULT_PREFERENCE = "1"
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg-cairo;date=${FIXEDSRCDATE}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg-cairo;date=${FIXEDSRCDATE} \
+ file://libsvg-cairo-libtool.diff;patch=1"
S = "${WORKDIR}/libsvg-cairo"
inherit autotools pkgconfig
--
1.5.6.5
next prev parent reply other threads:[~2008-11-09 14:03 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 ` Dmitry Baryshkov [this message]
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 ` [PATCH] tasks: fix building with current libtool Dmitry Baryshkov
2008-11-09 13:28 ` [PATCH] libgemwidget-1.0: fix build error 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-12-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.