summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-25 08:39:04 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-02-25 09:19:30 +0100
commit39d38a08a1428e3b48114741dbe92fadfbe04927 (patch)
tree3b9beb1154d2b75d77482bb36a96d0a3cb95be1f
parentba50538cfa513f7155f9c7fd30df22047f6eb751 (diff)
downloadbuildroot-novena-39d38a08a1428e3b48114741dbe92fadfbe04927.tar.gz
buildroot-novena-39d38a08a1428e3b48114741dbe92fadfbe04927.zip
xfont_font-util: install in staging as it used to be
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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES2
-rw-r--r--package/x11r7/xfont_font-util/xfont_font-util.mk4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 4b8a54447..402c9473f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@
Fixes all over the tree.
Updated/fixed packages: busybox, ipsec-tools, libgtk2, madplay,
- netsnmp, pango, sylpheed, qt
+ netsnmp, pango, sylpheed, qt, xfont_font-util
Removed packages: openmotif, xpdf
diff --git a/package/x11r7/xfont_font-util/xfont_font-util.mk b/package/x11r7/xfont_font-util/xfont_font-util.mk
index 88dce3843..82e220ffc 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,4 @@ 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))