From 46e8a36d8e81083621d22431fa574e653253dcce Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 28 Apr 2008 18:50:49 +0000 Subject: scripts/poky-autobuild: Source the environmental setup script earlier git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4361 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-autobuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 586a57eb55..b4a4790841 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild @@ -31,6 +31,7 @@ if [ "xpreamble" = "x$1" ]; then exit 0 fi +. ./scripts/poky-env-internal POSTPROCESS=`which poky-autobuild-postprocess` if [ "xcomplete" = "x$1" ]; then @@ -57,8 +58,6 @@ fi BBTARGET="$1" shift -. ./scripts/poky-env-internal - bitbake $BBTARGET if [ "x$POSTPROCESS" != "x" ]; then -- cgit v1.2.3-54-g00ecf