commit 8aa5931d9389778a338b88a83d810e4393d33c74
parent 368c113db70f9e75e1e7b1c350b6b8aadd3b6746
Author: Ted Hess <thess@kitschensync.net>
Date: Wed, 25 Mar 2015 10:27:58 -0400
pianod: Fix client build on buildbot
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pianod/Makefile b/sound/pianod/Makefile
@@ -75,7 +75,7 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
- ifeq ($(CONFIG_PACKAGE_pianod-client),y)
+ ifneq ($(CONFIG_PACKAGE_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