diff --git a/sound/pianod/Makefile b/sound/pianod/Makefile index 3c5aedff0..86a5b3aa0 100644 --- a/sound/pianod/Makefile +++ b/sound/pianod/Makefile @@ -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