Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch font-util-fix
@ 2010-02-25  7:41 Thomas Petazzoni
  2010-02-25  7:41 ` [Buildroot] [PATCH 1/1] xfont_font-util: install in staging as it used to be Thomas Petazzoni
  2010-02-25  8:19 ` [Buildroot] [pull request] Pull request for branch font-util-fix Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-02-25  7:41 UTC (permalink / raw)
  To: buildroot

The following changes since commit ba50538cfa513f7155f9c7fd30df22047f6eb751:
  Peter Korsgaard (1):
        CHANGES: add ipsec-tools/libgtk2/madplay/netsnmp/pango/sylpheed/openmotif/xpdf

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot font-util-fix

Thomas Petazzoni (1):
      xfont_font-util: install in staging as it used to be

 package/x11r7/xfont_font-util/xfont_font-util.mk |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] xfont_font-util: install in staging as it used to be
  2010-02-25  7:41 [Buildroot] [pull request] Pull request for branch font-util-fix Thomas Petazzoni
@ 2010-02-25  7:41 ` Thomas Petazzoni
  2010-02-25  8:19 ` [Buildroot] [pull request] Pull request for branch font-util-fix Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-02-25  7:41 UTC (permalink / raw)
  To: buildroot

Before the autotools conversion, xfont_font-util was installed in
staging, so keep this.

However, the current way of handling xfont_font-util is ugly. The
post-install.sh script removes the binaries compiled for the target
from the staging directory and replaces them by symbolic links to
utils installed on the host (making the incorrect assumption that they
are available).

It looks like xfont_font-util needs to be built for the host (using
the new infrastructure for host autotools package). This is certainly
post-2010.02 though.

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

diff --git a/package/x11r7/xfont_font-util/xfont_font-util.mk b/package/x11r7/xfont_font-util/xfont_font-util.mk
index 88dce38..015e98b 100644
--- a/package/x11r7/xfont_font-util/xfont_font-util.mk
+++ b/package/x11r7/xfont_font-util/xfont_font-util.mk
@@ -8,6 +8,8 @@ XFONT_FONT_UTIL_VERSION = 1.0.1
 XFONT_FONT_UTIL_SOURCE = font-util-$(XFONT_FONT_UTIL_VERSION).tar.bz2
 XFONT_FONT_UTIL_SITE = http://xorg.freedesktop.org/releases/individual/font
 XFONT_FONT_UTIL_DEPENDENCIES = host-pkg-config
+XFONT_FONT_UTIL_INSTALL_STAGING = YES
+XFONT_FONT_UTIL_INSTALL_TARGET = NO
 
 define XFONT_FONT_UTIL_POST_INSTALL_FIXES
  $(@D)/post-install.sh $(STAGING_DIR)
@@ -15,4 +17,5 @@ endef
 
 XFONT_FONT_UTIL_POST_INSTALL_STAGING_HOOKS += XFONT_FONT_UTIL_POST_INSTALL_FIXES
 
-$(eval $(call AUTOTARGETS,package/x11r7,xfont_font-util))
\ No newline at end of file
+$(eval $(call AUTOTARGETS,package/x11r7,xfont_font-util))
+
-- 
1.6.3.3

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

* [Buildroot] [pull request] Pull request for branch font-util-fix
  2010-02-25  7:41 [Buildroot] [pull request] Pull request for branch font-util-fix Thomas Petazzoni
  2010-02-25  7:41 ` [Buildroot] [PATCH 1/1] xfont_font-util: install in staging as it used to be Thomas Petazzoni
@ 2010-02-25  8:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-02-25  8:19 UTC (permalink / raw)
  To: buildroot

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

 Thomas> The following changes since commit ba50538cfa513f7155f9c7fd30df22047f6eb751:
 Thomas>   Peter Korsgaard (1):
 Thomas>         CHANGES: add ipsec-tools/libgtk2/madplay/netsnmp/pango/sylpheed/openmotif/xpdf

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot font-util-fix

Committed, thanks!

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2010-02-25  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25  7:41 [Buildroot] [pull request] Pull request for branch font-util-fix Thomas Petazzoni
2010-02-25  7:41 ` [Buildroot] [PATCH 1/1] xfont_font-util: install in staging as it used to be Thomas Petazzoni
2010-02-25  8:19 ` [Buildroot] [pull request] Pull request for branch font-util-fix Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox