Sfoglia il codice sorgente

pianod: Fix client build on buildbot

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 anni fa
parent
commit
8aa5931d93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      sound/pianod/Makefile

+ 1
- 1
sound/pianod/Makefile Vedi File

@@ -75,7 +75,7 @@ endef
75 75
 
76 76
 define Build/Prepare
77 77
     $(call Build/Prepare/Default)
78
-    ifeq ($(CONFIG_PACKAGE_pianod-client),y)
78
+    ifneq ($(CONFIG_PACKAGE_pianod-client),)
79 79
 	$(eval $(call Download,pianod-client))
80 80
 	mkdir -p $(PKG_BUILD_DIR)/pianod-client
81 81
 	$(TAR) -xf $(DL_DIR)/$(PIANOD_CLIENT) --strip=1 -C $(PKG_BUILD_DIR)/pianod-client