mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Jan Weitzel <j.weitzel@phytec.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] barebox_mlo: fix resolving BAREBOX_MLO_
Date: Fri, 9 Mar 2012 11:03:23 +0100	[thread overview]
Message-ID: <1331287403-9659-1-git-send-email-j.weitzel@phytec.de> (raw)
In-Reply-To: <1331287364.3653.19.camel@lws-weitzel>

BAREBOX_MLO_MD5 and BAREBOX_MLO_URL are not correct resolved. Fix it by
using "=" instead of ":="

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
---
 rules/barebox_mlo.make |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/barebox_mlo.make b/rules/barebox_mlo.make
index 018f273..fd860b6 100644
--- a/rules/barebox_mlo.make
+++ b/rules/barebox_mlo.make
@@ -16,9 +16,9 @@ PACKAGES-$(PTXCONF_BAREBOX_MLO) += barebox_mlo
 #
 # Paths and names
 #
-BAREBOX_MLO_VERSION	:= $(call remove_quotes,$(PTXCONF_BAREBOX_MLO_VERSION))
-BAREBOX_MLO_MD5		:= $(call remove_quotes,$(PTXCONF_BAREBOX_MLO_MD5))
-BAREBOX_MLO		:= barebox-$(BAREBOX_MLO_VERSION)
+BAREBOX_MLO_VERSION	= $(call remove_quotes,$(PTXCONF_BAREBOX_MLO_VERSION))
+BAREBOX_MLO_MD5		= $(call remove_quotes,$(PTXCONF_BAREBOX_MLO_MD5))
+BAREBOX_MLO		= barebox-$(BAREBOX_MLO_VERSION)
 BAREBOX_MLO_URL		= http://www.barebox.org/download/$(BAREBOX_MLO).$(BAREBOX_SUFFIX)
 BAREBOX_MLO_DIR		:= $(BUILDDIR)/barebox_mlo-$(BAREBOX_MLO_VERSION)
 BAREBOX_MLO_SOURCE	= $(SRCDIR)/$(BAREBOX_MLO).$(BAREBOX_SUFFIX)
-- 
1.7.0.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2012-03-09 10:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-21 13:54 [ptxdist] MLO Jan Weitzel
2012-02-21 15:09 ` Michael Olbrich
2012-02-21 15:25   ` Jan Weitzel
2012-02-21 16:47     ` Michael Olbrich
2012-02-23  7:31       ` [ptxdist] [RFC] Build MLO from barebox sources Jan Weitzel
2012-02-23  7:47         ` Jan Weitzel
2012-02-23  9:40           ` Michael Olbrich
2012-02-23 16:46             ` Jan Weitzel
2012-02-23  9:54         ` Michael Olbrich
2012-02-23 16:40           ` [ptxdist] [PATCH] " Jan Weitzel
2012-03-08 13:23             ` Michael Olbrich
2012-03-09 10:02               ` Jan Weitzel
2012-03-09 10:03                 ` Jan Weitzel [this message]
2012-03-09 12:47                 ` Michael Olbrich
2012-03-09 14:23                   ` Jan Weitzel
2012-03-09 14:40                     ` Michael Olbrich
2012-03-14 13:15                       ` Jan Weitzel
2012-03-14 14:31                         ` Michael Olbrich
2012-03-15  8:27                           ` Jan Weitzel

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=1331287403-9659-1-git-send-email-j.weitzel@phytec.de \
    --to=j.weitzel@phytec.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