summaryrefslogtreecommitdiffstats
path: root/rules/templates
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-12 07:01:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:41:27 +0200
commit500f8887a86dc3be81b5e43227e84001276e5919 (patch)
treee19fd5000eb38b5c44faeddb07d057e79de964d8 /rules/templates
parent89dadd405fc2f6660f7658effd392573b2b38ca9 (diff)
downloadptxdist-500f8887a86dc3be81b5e43227e84001276e5919.tar.gz
ptxdist-500f8887a86dc3be81b5e43227e84001276e5919.tar.xz
[templates] add MD5 lines to all templates
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates')
-rw-r--r--rules/templates/template-class-make1
-rw-r--r--rules/templates/template-font-make1
-rw-r--r--rules/templates/template-klibc-make1
-rw-r--r--rules/templates/template-src-autoconf-make1
-rw-r--r--rules/templates/template-src-cmake-prog-make1
-rw-r--r--rules/templates/template-src-make-prog-make1
-rw-r--r--rules/templates/template-src-qmake-prog-make1
-rw-r--r--rules/templates/template-src-stellaris-make1
-rw-r--r--rules/templates/template-target-make1
9 files changed, 9 insertions, 0 deletions
diff --git a/rules/templates/template-class-make b/rules/templates/template-class-make
index 581efa130..4d1f5e3d8 100644
--- a/rules/templates/template-class-make
+++ b/rules/templates/template-class-make
@@ -17,6 +17,7 @@
# Paths and names
#
@CLASS@@PACKAGE@_VERSION := @VERSION@
+@CLASS@@PACKAGE@_MD5 :=
@CLASS@@PACKAGE@ := @package_filename@-$(@CLASS@@PACKAGE@_VERSION)
@CLASS@@PACKAGE@_SUFFIX := @SUFFIX@
@CLASS@@PACKAGE@_URL := @URL@/$(@CLASS@@PACKAGE@).$(@CLASS@@PACKAGE@_SUFFIX)
diff --git a/rules/templates/template-font-make b/rules/templates/template-font-make
index 1a95c4c01..f2cf3c1e0 100644
--- a/rules/templates/template-font-make
+++ b/rules/templates/template-font-make
@@ -17,6 +17,7 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Paths and names
#
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
@PACKAGE@ := @package_filename@-$(@PACKAGE@_VERSION)
@PACKAGE@_SUFFIX := @SUFFIX@
@PACKAGE@_URL := @URL@/$(@PACKAGE@).$(@PACKAGE@_SUFFIX)
diff --git a/rules/templates/template-klibc-make b/rules/templates/template-klibc-make
index 5fe3e7d24..f6f624f9d 100644
--- a/rules/templates/template-klibc-make
+++ b/rules/templates/template-klibc-make
@@ -17,6 +17,7 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Paths and names
#
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
@PACKAGE@ := @package_filename@-$(@PACKAGE@_VERSION)
@PACKAGE@_SUFFIX := @SUFFIX@
@PACKAGE@_URL := @URL@/$(@PACKAGE@).$(@PACKAGE@_SUFFIX)
diff --git a/rules/templates/template-src-autoconf-make b/rules/templates/template-src-autoconf-make
index 2a90bb94a..92d49977b 100644
--- a/rules/templates/template-src-autoconf-make
+++ b/rules/templates/template-src-autoconf-make
@@ -20,6 +20,7 @@ ifdef PTXCONF_@PACKAGE@_TRUNK
@PACKAGE@_VERSION := trunk
else
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
endif
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://$(PTXDIST_WORKSPACE)/local_src/$(@PACKAGE@)
diff --git a/rules/templates/template-src-cmake-prog-make b/rules/templates/template-src-cmake-prog-make
index d1a0c61a4..72bb8d4cb 100644
--- a/rules/templates/template-src-cmake-prog-make
+++ b/rules/templates/template-src-cmake-prog-make
@@ -20,6 +20,7 @@ ifdef PTXCONF_@PACKAGE@_TRUNK
@PACKAGE@_VERSION := trunk
else
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
endif
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://$(PTXDIST_WORKSPACE)/local_src/$(@PACKAGE@)
diff --git a/rules/templates/template-src-make-prog-make b/rules/templates/template-src-make-prog-make
index 22edcaf05..a3bad32a9 100644
--- a/rules/templates/template-src-make-prog-make
+++ b/rules/templates/template-src-make-prog-make
@@ -17,6 +17,7 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Paths and names
#
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
@PACKAGE@ := @package@
@PACKAGE@_URL := file://local_src/$(@PACKAGE@)
@PACKAGE@_DIR := $(BUILDDIR)/$(@PACKAGE@)
diff --git a/rules/templates/template-src-qmake-prog-make b/rules/templates/template-src-qmake-prog-make
index a8435522d..dbb662205 100644
--- a/rules/templates/template-src-qmake-prog-make
+++ b/rules/templates/template-src-qmake-prog-make
@@ -20,6 +20,7 @@ ifdef PTXCONF_@PACKAGE@_TRUNK
@PACKAGE@_VERSION := trunk
else
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
endif
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://$(PTXDIST_WORKSPACE)/local_src/$(@PACKAGE@)
diff --git a/rules/templates/template-src-stellaris-make b/rules/templates/template-src-stellaris-make
index 03ccd0342..bdf4c5348 100644
--- a/rules/templates/template-src-stellaris-make
+++ b/rules/templates/template-src-stellaris-make
@@ -31,6 +31,7 @@ ifdef PTXCONF_@PACKAGE@_TRUNK
@PACKAGE@_VERSION := trunk
else
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
endif
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://$(PTXDIST_WORKSPACE)/local_src/$(@PACKAGE@)
diff --git a/rules/templates/template-target-make b/rules/templates/template-target-make
index c945d6c79..fb995fb53 100644
--- a/rules/templates/template-target-make
+++ b/rules/templates/template-target-make
@@ -17,6 +17,7 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Paths and names
#
@PACKAGE@_VERSION := @VERSION@
+@PACKAGE@_MD5 :=
@PACKAGE@ := @package_filename@-$(@PACKAGE@_VERSION)
@PACKAGE@_SUFFIX := @SUFFIX@
@PACKAGE@_URL := @URL@/$(@PACKAGE@).$(@PACKAGE@_SUFFIX)