From: Rod Whitby Date: Sun, 24 Jul 2005 09:33:47 +0000 (+0000) Subject: Added the setup-host-debian target to document all required packages for an official... X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85a47077db333119bf52eaad6ee1e862fb163b8;p=openembedded.git Added the setup-host-debian target to document all required packages for an official Debian Etch build host. --- diff --git a/Makefile b/Makefile index 4774d8e1d5..7421bd810f 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,24 @@ setup-apex apex/Makefile: setup-apex-developer: cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co apex +.PHONY: setup-host-debian +setup-host-debian: + sudo apt-get install \ + autoconf automake automake1.9 \ + bison \ + ccache \ + cvs \ + docbook \ + flex \ + g++ gawk gcj gettext \ + libc6-dev libglib2.0-dev libtool \ + m4 make \ + patch pkg-config \ + python python-dev python-psyco python2.4 python2.4-dev \ + sed \ + texinfo \ + unzip + .PHONY: update-master update-master: MT/revision monotone pull