From: Jean-Christian de Rivaz <jc@eclis.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Re: buildroot-libtool.patch failed with dbus 1.3.0
Date: Sat, 08 Aug 2009 01:07:56 +0200 [thread overview]
Message-ID: <4A7CB3CC.8040401@eclis.ch> (raw)
In-Reply-To: <20090808004346.443b9e49@surf>
Thomas Petazzoni a ?crit :
> Le Fri, 07 Aug 2009 23:40:53 +0200,
> Jean-Christian de Rivaz <jc@eclis.ch> a ?crit :
>
>> Thanks for the trick! It seem that dbus archives contain a new
>> ltmain.sh since the dbus version 1.2.16. I have successfully tested
>> the following patch with dbus version 1.2.12, 1.2.14, 1.2.16 and
>> 1.3.0. On each test I also verified that dbus-glib compile.
>
> Ok. We don't usually support several versions of a package, except for
> very special cases. And for the moment 1.3.0 is only a development
> version.
>
> Could you send a patch that just bumps the version to 1.2.16 and
> switches DBUS_LIBTOOL_PATCH to NO ?
See the patch below. I Hope it's the right way.
Jean-Christian de Rivaz
From 436b95227c456d88dc6a2179940947dbb7635488 Mon Sep 17 00:00:00 2001
From: Jean-Christian de Rivaz <jc@eclis.ch>
Date: Sat, 8 Aug 2009 01:01:49 +0200
Subject: [PATCH] Update dbus to version 1.2.16
Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch>
---
package/dbus/dbus.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 7326b41..dd11677 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -3,9 +3,10 @@
# dbus
#
#############################################################
-DBUS_VERSION = 1.2.12
+DBUS_VERSION = 1.2.16
DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
+DBUS_LIBTOOL_PATCH = NO
DBUS_INSTALL_STAGING = YES
DBUS_INSTALL_TARGET = YES
ifeq ($(BR2_ENABLE_DEBUG),y)
--
1.5.6.5
next prev parent reply other threads:[~2009-08-07 23:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-07 19:52 [Buildroot] buildroot-libtool.patch failed with dbus 1.3.0 Jean-Christian de Rivaz
2009-08-07 20:17 ` Thomas Petazzoni
2009-08-07 21:40 ` [Buildroot] [PATCH] " Jean-Christian de Rivaz
2009-08-07 22:43 ` Thomas Petazzoni
2009-08-07 23:07 ` Jean-Christian de Rivaz [this message]
2009-08-08 18:09 ` Thomas Petazzoni
2009-08-08 22:36 ` Jean-Christian de Rivaz
2009-08-08 22:59 ` Thomas Petazzoni
2009-08-10 7:29 ` Jean-Christian de Rivaz
2009-08-10 7:39 ` Jean-Christian de Rivaz
2009-08-09 22:17 ` Thomas Petazzoni
2009-08-10 7:37 ` Jean-Christian de Rivaz
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=4A7CB3CC.8040401@eclis.ch \
--to=jc@eclis.ch \
--cc=buildroot@busybox.net \
/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.