From: Tom King Date: Wed, 17 Aug 2005 08:54:55 +0000 (+0000) Subject: Added the Ubuntu-host-setup target X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c511dfa7c2412d762796fdeb2fbf4fc6794bd1;p=openembedded.git Added the Ubuntu-host-setup target --- diff --git a/Makefile b/Makefile index f54fa2a3ff..001db20187 100644 --- a/Makefile +++ b/Makefile @@ -354,7 +354,32 @@ setup-host-debian: unzip \ subversion \ bzip2 ;\ - echo You will have to install monotone separately. See http://venge.net/monotone/ " + echo You will have to install monotone separately. See http://venge.net/monotone/ \ + " + +.PHONY: setup-host-ubuntu +setup-host-ubuntu: + su - -c " \ + 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 python2.4-psyco python2.4 python2.4-dev \ + sed \ + texinfo \ + unzip \ + subversion \ + bzip2 ;\ + echo You will have to install monotone separately. See http://venge.net/monotone/ \ + " + .PHONY: setup-host-gentoo setup-host-gentoo: