]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Apply quilt patches only in they are not applied
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 18 Nov 2013 15:48:54 +0000 (16:48 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 18 Nov 2013 15:48:54 +0000 (16:48 +0100)
openembedded/Makefile

index 0b7d66abe7afe2c7cabef250dd5b50b89e9bac14..e019bb78c2f9e5c219bcedecb7dfbb5245fd2f6a 100644 (file)
@@ -3,8 +3,7 @@ all: gumstix toradex
 init:
        cd .. && git submodule update --init openembedded
        ln -sf ../bitbake openembedded-core/bitbake
-       quilt pop -a
-       quilt push -a
+       if quilt unapplied; then quilt push -a; fi
 
 gumstix: init
        . openembedded-core/oe-init-build-env && \