pianod: Fix build/download order

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess 2015-10-17 10:44:30 -04:00
parent 8f48703c7b
commit fb0b742a3f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
ifneq ($(CONFIG_PACKAGE_pianod-client),)
$(call Download,pianod-client)
$(eval $(call Download,pianod-client))
mkdir -p $(PKG_BUILD_DIR)/pianod-client
$(TAR) -xf $(DL_DIR)/$(PIANOD_CLIENT) --strip=1 -C $(PKG_BUILD_DIR)/pianod-client
endif