]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-autobuild: Fix to work with enivoriment changes
authorRichard Purdie <richard@openedhand.com>
Tue, 17 Jul 2007 15:38:33 +0000 (15:38 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 17 Jul 2007 15:38:33 +0000 (15:38 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2198 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild

index beef20a0104f53fb431ca045a5fac38cd42eb141..4c93aa079f260d527fca14711fa5ecfdb86ae2d2 100755 (executable)
@@ -49,6 +49,9 @@ if [ ! -e "$CONFFILE" ]; then
     echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE"
 fi
 
+BBTARGET="$1"
+shift
+
 . ./scripts/poky-env-internal
 
-bitbake $1
+bitbake $BBTARGET