Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] dependencies: suggest package name if hg is missing.
@ 2013-02-12 11:48 Luca Ceresoli
  2013-02-12 11:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Ceresoli @ 2013-02-12 11:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 support/dependencies/dependencies.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index acba57c..1dad6eb 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -140,6 +140,8 @@ for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio p
 	    /bin/echo -e "msgfmt is usually part of the gettext package in your distribution\n"
 	elif test $prog = "svn" ; then
 	    /bin/echo -e "svn is usually part of the subversion package in your distribution\n"
+	elif test $prog = "hg" ; then
+	    /bin/echo -e "hg is usually part of the mercurial package in your distribution\n"
 	else
 	    /bin/echo -e "\n"
 	fi
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-12 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 11:48 [Buildroot] [PATCH] dependencies: suggest package name if hg is missing Luca Ceresoli
2013-02-12 11:56 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox