Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] add lzop dependency
@ 2010-09-27  8:22 Yegor Yefremov
  2010-09-28 12:48 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Yegor Yefremov @ 2010-09-27  8:22 UTC (permalink / raw)
  To: buildroot

lzop will be required to compress Linux kernel via lzo compression method.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Index: b/toolchain/dependencies/dependencies.sh
===================================================================
--- a/toolchain/dependencies/dependencies.sh	2010-08-26 16:37:08.000000000 +0200
+++ b/toolchain/dependencies/dependencies.sh	2010-09-27 09:52:29.000000000 +0200
@@ -137,7 +137,7 @@
 fi;
 
 # Check that a few mandatory programs are installed
-for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio python svn ; do
+for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio python svn lzop ; do
     if ! which $prog > /dev/null ; then
 	/bin/echo -e "\nYou must install '$prog' on your build machine";
 	if test $prog = "makeinfo" ; then

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

end of thread, other threads:[~2010-09-28 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27  8:22 [Buildroot] [PATCH] add lzop dependency Yegor Yefremov
2010-09-28 12:48 ` Peter Korsgaard
2010-09-28 13:32   ` Yegor Yefremov
2010-09-28 13:48     ` Peter Korsgaard

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