pkg: ccn-lite: always fetch upstream repository

fixes #4610
This commit is contained in:
Oleg Hahm 2016-01-07 17:31:58 +01:00
parent c4cb93d9b2
commit 4ca418cee9

View File

@ -21,7 +21,7 @@ $(PKG_DIR)/Makefile: $(PKG_DIR)/.git/config
$(PKG_DIR)/.git/config:
test -d "$(PKG_DIR)" || git clone "$(PKG_URL)" "$(PKG_DIR)"; \
cd "$(PKG_DIR)" && git checkout -f "$(PKG_VERSION)"
cd "$(PKG_DIR)" && git fetch && git checkout -f "$(PKG_VERSION)"
clean::
@echo "Cleaning up CCN-Lite package..."