mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-30 get marble maps from gitlab
This commit is contained in:
parent
9436bae7c8
commit
59636cb2ec
4
make/3rdparty/marble/marble.mk
vendored
4
make/3rdparty/marble/marble.mk
vendored
@ -126,7 +126,7 @@ clone_marble:
|
||||
|
||||
$(V1) if [ ! -d "$(MARBLE_SRC_DIR)/googlemaps" ]; then \
|
||||
$(ECHO) "Cloning googlemaps to $(call toprel, $(MARBLE_SRC_DIR)/googlemaps)" ; \
|
||||
$(GIT) clone https://gitorious.org/marble-restricted-maps/googlemaps.git $(MARBLE_SRC_DIR)/googlemaps ; \
|
||||
$(GIT) clone https://gitlab.com/marble-restricted-maps/googlemaps.git $(MARBLE_SRC_DIR)/googlemaps ; \
|
||||
fi
|
||||
@$(ECHO) "Fetching googlemaps..."
|
||||
$(V1) ( $(CD) $(MARBLE_SRC_DIR)/googlemaps && $(GIT) fetch ; )
|
||||
@ -135,7 +135,7 @@ clone_marble:
|
||||
|
||||
$(V1) if [ ! -d "$(MARBLE_SRC_DIR)/googlesat" ]; then \
|
||||
$(ECHO) "Cloning googlesat to $(call toprel, $(MARBLE_SRC_DIR)/googlesat)" ; \
|
||||
$(GIT) clone https://gitorious.org/marble-restricted-maps/googlesat.git $(MARBLE_SRC_DIR)/googlesat ; \
|
||||
$(GIT) clone https://gitlab.com/marble-restricted-maps/googlesat.git $(MARBLE_SRC_DIR)/googlesat ; \
|
||||
fi
|
||||
@$(ECHO) "Fetching googlesat..."
|
||||
$(V1) ( $(CD) $(MARBLE_SRC_DIR)/googlesat && $(GIT) fetch ; )
|
||||
|
Loading…
Reference in New Issue
Block a user