]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Use bash to run bibake etc.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 18 Nov 2013 16:41:30 +0000 (17:41 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 18 Nov 2013 16:41:30 +0000 (17:41 +0100)
Dash does not work.

openembedded/Makefile

index e019bb78c2f9e5c219bcedecb7dfbb5245fd2f6a..00e99578371c3f2b78738aa71d195a5944acdaaa 100644 (file)
@@ -6,9 +6,7 @@ init:
        if quilt unapplied; then quilt push -a; fi
 
 gumstix: init
-       . openembedded-core/oe-init-build-env && \
-       MACHINE=overo bitbake core-image-minimal
+       bash -c ". openembedded-core/oe-init-build-env && MACHINE=overo bitbake core-image-minimal"
 
 toradex: init
-       . openembedded-core/oe-init-build-env && \
-       MACHINE=colibri-t20 bitbake core-image-minimal
+       bash -c ". openembedded-core/oe-init-build-env && MACHINE=colibri-t20 bitbake core-image-minimal"