summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-29 09:51:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-29 09:54:24 +0100
commit1c95fdb0e43a2e882e1362c82b2794960c87453d (patch)
treec8ed073120006285d885975818a1e53c5d0f2e20 /rules
parentd1e695820dcdcbdc7aba8097e9c0b24323487853 (diff)
downloadptxdist-1c95fdb0e43a2e882e1362c82b2794960c87453d.tar.gz
ptxdist-1c95fdb0e43a2e882e1362c82b2794960c87453d.tar.xz
template-src-make-prog: remove bogus _MD5 line
It's a template with a directory in local_src/. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/templates/template-src-make-prog-make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/templates/template-src-make-prog-make b/rules/templates/template-src-make-prog-make
index b2f6ada20..c38993973 100644
--- a/rules/templates/template-src-make-prog-make
+++ b/rules/templates/template-src-make-prog-make
@@ -15,7 +15,6 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
# Paths and names
#
@PACKAGE@_VERSION := @VERSION@
-@PACKAGE@_MD5 :=
@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://local_src/@package@
@PACKAGE@_DIR := $(BUILDDIR)/$(@PACKAGE@)