summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-font-make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-20 15:08:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 22:08:41 +0100
commite7fbc7a4355f17baa32c71851dfb9bb8c8575d07 (patch)
tree71caada1fe1b495ab0adba1ab61504c81f70ae90 /rules/templates/template-font-make
parent3a44181766dbace9fa0b833e6e46ad8120a31e3f (diff)
downloadptxdist-e7fbc7a4355f17baa32c71851dfb9bb8c8575d07.tar.gz
ptxdist-e7fbc7a4355f17baa32c71851dfb9bb8c8575d07.tar.xz
[templates] update to latest changes
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates/template-font-make')
-rw-r--r--rules/templates/template-font-make12
1 files changed, 0 insertions, 12 deletions
diff --git a/rules/templates/template-font-make b/rules/templates/template-font-make
index 7cf46721f..242420579 100644
--- a/rules/templates/template-font-make
+++ b/rules/templates/template-font-make
@@ -22,7 +22,6 @@ PACKAGES-$(PTXCONF_@PACKET@) += @packet@
@PACKET@_URL := @URL@/$(@PACKET@).$(@PACKET@_SUFFIX)
@PACKET@_SOURCE := $(SRCDIR)/$(@PACKET@).$(@PACKET@_SUFFIX)
@PACKET@_DIR := $(BUILDDIR)/$(@PACKET@)
-@PACKET@_LICENSE := unknown
ifdef PTXCONF_@PACKET@
$(STATEDIR)/xorg-fonts.targetinstall.post: $(STATEDIR)/@packet@.targetinstall
@@ -40,9 +39,6 @@ $(@PACKET@_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-@PACKET@_PATH := PATH=$(CROSS_PATH)
-@PACKET@_CONF_ENV := $(CROSS_ENV)
-
#
# autoconf
#
@@ -69,12 +65,4 @@ $(STATEDIR)/@packet@.targetinstall:
@$(call touch)
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-#$(STATEDIR)/@packet@.clean:
-# @$(call targetinfo)
-# @$(call clean_pkg, @PACKET@)
-
# vim: syntax=make