From: "Jürgen Beisert" <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] Simple-Makefile-Template: fix missing version number
Date: Fri, 17 Jan 2014 10:22:04 +0100 [thread overview]
Message-ID: <201401171022.04257.jbe@pengutronix.de> (raw)
The version number must be used in a consistent manner.
The version number is always required to create the ipkg
and currently it is used by the template generator when
creating the source directory in local_src/. This change
does it now use when building the template as well.
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
diff --git a/rules/templates/template-src-make-prog-make b/rules/templates/template-src-make-prog-make
index a3bad32..54c1bede 100644
--- a/rules/templates/template-src-make-prog-make
+++ b/rules/templates/template-src-make-prog-make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_@PACKAGE@) += @package@
#
@PACKAGE@_VERSION := @VERSION@
@PACKAGE@_MD5 :=
-@PACKAGE@ := @package@
+@PACKAGE@ := @package@-$(@PACKAGE@_VERSION)
@PACKAGE@_URL := file://local_src/$(@PACKAGE@)
@PACKAGE@_DIR := $(BUILDDIR)/$(@PACKAGE@)
@PACKAGE@_LICENSE := unknown
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2014-01-17 9:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201401171022.04257.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox