All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2011.02/fix-bug-2965
@ 2010-12-22  9:35 Thomas Petazzoni
  2010-12-22  9:35 ` [Buildroot] [PATCH 1/1] xkeyboard-config: bump to 2.0 to fix bug 2965 Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-22  9:35 UTC (permalink / raw)
  To: buildroot

The following changes since commit 11ab05f53a16f635a27139b33170a9dadba9f3c5:
  Peter Korsgaard (1):
        qt: svg and multimedia modules depends on gui module as well

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot for-2011.02/fix-bug-2965

Thomas Petazzoni (1):
      xkeyboard-config: bump to 2.0 to fix bug 2965

 package/x11r7/xkeyboard-config/xkeyboard-config.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] xkeyboard-config: bump to 2.0 to fix bug 2965
  2010-12-22  9:35 [Buildroot] [pull request] Pull request for branch for-2011.02/fix-bug-2965 Thomas Petazzoni
@ 2010-12-22  9:35 ` Thomas Petazzoni
  2010-12-22 20:45   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-22  9:35 UTC (permalink / raw)
  To: buildroot

For some odd reason, xkeyboard-config < 1.8 was creating a symbolic
link from /usr/share/X11/xkb/xkbcomp to the xkbcomp binary. But in
cross-compilation mode, this is absurd as the xkbcomp binary to which
the link is pointing is the one in $(HOST_DIR).

This symbolic link thing has been removed completely starting from
xkeyboard-config 1.9. See
http://cgit.freedesktop.org/xkeyboard-config/commit/?id=f413dff57e77e7b01461508f74b4e92d1dc8defd.

Therefore, we simply bump xkeyboard-config to the latest available
version, 2.0.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/x11r7/xkeyboard-config/xkeyboard-config.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
index b9f1d62..f5ad44d 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
@@ -3,9 +3,9 @@
 # xkeyboard-config
 #
 #############################################################
-XKEYBOARD_CONFIG_VERSION = 1.8
+XKEYBOARD_CONFIG_VERSION = 2.0
 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
-XKEYBOARD_CONFIG_SITE = http://xlibs.freedesktop.org/xkbdesc
+XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config/
 XKEYBOARD_CONFIG_AUTORECONF = NO
 XKEYBOARD_CONFIG_INSTALL_STAGING = NO
 XKEYBOARD_CONFIG_INSTALL_TARGET = YES
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] xkeyboard-config: bump to 2.0 to fix bug 2965
  2010-12-22  9:35 ` [Buildroot] [PATCH 1/1] xkeyboard-config: bump to 2.0 to fix bug 2965 Thomas Petazzoni
@ 2010-12-22 20:45   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-12-22 20:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> For some odd reason, xkeyboard-config < 1.8 was creating a symbolic
 Thomas> link from /usr/share/X11/xkb/xkbcomp to the xkbcomp binary. But in
 Thomas> cross-compilation mode, this is absurd as the xkbcomp binary to which
 Thomas> the link is pointing is the one in $(HOST_DIR).

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-22 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-22  9:35 [Buildroot] [pull request] Pull request for branch for-2011.02/fix-bug-2965 Thomas Petazzoni
2010-12-22  9:35 ` [Buildroot] [PATCH 1/1] xkeyboard-config: bump to 2.0 to fix bug 2965 Thomas Petazzoni
2010-12-22 20:45   ` Peter Korsgaard

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.