lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit fb0b742a3f8ff9d256f2cd9e738cf002201490ac
parent 8f48703c7b695180d750024baffaef1bbefc3910
Author: Ted Hess <thess@kitschensync.net>
Date:   Sat, 17 Oct 2015 10:44:30 -0400

pianod: Fix build/download order

Signed-off-by: Ted Hess <thess@kitschensync.net>

Diffstat:
Msound/pianod/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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