From: Martin Vajnar Date: Tue, 19 Nov 2013 21:33:24 +0000 (+0100) Subject: Fix Makefile X-Git-Url: http://rtime.felk.cvut.cz/gitweb/eurobot/public.git/commitdiff_plain/98a3f99d8f10b29fb979a41cc1b833b0a471583c Fix Makefile --- diff --git a/openembedded/Makefile b/openembedded/Makefile index 9f67a35a..6fe60577 100644 --- a/openembedded/Makefile +++ b/openembedded/Makefile @@ -3,9 +3,17 @@ all: gumstix toradex init: cd .. && git submodule update --init openembedded ln -sf ../bitbake openembedded-core/bitbake - rm -f meta-angstrom/recipes-core/systemd/systemd_206.bbappend - mv meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend meta-angstrom/recipes-tweaks/connman/connman_1.12.bbappend - mv meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bbappend meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bbappend + if test -f meta-angstrom/recipes-core/systemd/systemd_206.bbappend; then \ + rm -f meta-angstrom/recipes-core/systemd/systemd_206.bbappend; \ + fi + if test -f meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend; then \ + mv meta-angstrom/recipes-tweaks/connman/connman_1.17.bbappend \ + meta-angstrom/recipes-tweaks/connman/connman_1.12.bbappend; \ + fi + if test -f meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bbappend; then \ + mv meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bbappend \ + meta-toradex-community/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bbappend; \ + fi if quilt unapplied; then quilt push -a; fi gumstix: init