pianod: Fix build/download order
authorTed Hess <thess@kitschensync.net>
Sat, 17 Oct 2015 14:44:30 +0000 (10:44 -0400)
committerTed Hess <thess@kitschensync.net>
Sat, 17 Oct 2015 14:44:30 +0000 (10:44 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
sound/pianod/Makefile

index 3c5aedff0d05d2f6ed2182aa9b10d8f13f885e6c..86a5b3aa091ffa6758a1919930d9a08ff8275427 100644 (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