From d74b9a9b99c60fd8f40cbefd74c479ce939b6c24 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 26 Feb 2021 22:34:14 +0100 Subject: [PATCH] - rename internal variable --- make/buildsystem-prerequisites.mk | 2 +- make/buildsystem-update.mk | 6 +++--- make/target-neutrino.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/make/buildsystem-prerequisites.mk b/make/buildsystem-prerequisites.mk index e00ebf20..f746c0b9 100644 --- a/make/buildsystem-prerequisites.mk +++ b/make/buildsystem-prerequisites.mk @@ -98,7 +98,7 @@ ifeq ($(NI_ADMIN),true) endif $(SOURCE_DIR)/$(NI-LIBCOOLSTREAM): -ifeq ($(HAS_LIBCS),yes) +ifeq ($(HAS_LIBCOOLSTREAM),yes) $(CD) $(SOURCE_DIR); \ git clone $(NI_PRIVATE)/$(@F).git endif diff --git a/make/buildsystem-update.mk b/make/buildsystem-update.mk index 9ecd875b..d1c73f8b 100644 --- a/make/buildsystem-update.mk +++ b/make/buildsystem-update.mk @@ -47,7 +47,7 @@ update-ni-sources: ni-sources update-neutrino $(CD) $(BUILD_GENERIC_PC); git pull $(CD) $(SOURCE_DIR)/$(NI_DRIVERS_BIN); git pull $(CD) $(SOURCE_DIR)/$(NI_FFMPEG); git pull --all -ifeq ($(HAS_LIBCS),yes) +ifeq ($(HAS_LIBCOOLSTREAM),yes) $(CD) $(SOURCE_DIR)/$(NI-LIBCOOLSTREAM); git pull endif $(CD) $(SOURCE_DIR)/$(NI_LIBSTB_HAL); git pull @@ -73,7 +73,7 @@ endif $(CD) $(BUILD_GENERIC_PC); git push $(CD) $(SOURCE_DIR)/$(NI_DRIVERS_BIN); git push $(CD) $(SOURCE_DIR)/$(NI_FFMPEG); git push --all -ifeq ($(HAS_LIBCS),yes) +ifeq ($(HAS_LIBCOOLSTREAM),yes) $(CD) $(SOURCE_DIR)/$(NI-LIBCOOLSTREAM); git push --all endif $(CD) $(SOURCE_DIR)/$(NI_LIBSTB_HAL); git push @@ -94,7 +94,7 @@ endif $(CD) $(BUILD_GENERIC_PC); git status -s -b $(CD) $(SOURCE_DIR)/$(NI_DRIVERS_BIN); git status -s -b $(CD) $(SOURCE_DIR)/$(NI_FFMPEG); git status -s -b -ifeq ($(HAS_LIBCS),yes) +ifeq ($(HAS_LIBCOOLSTREAM),yes) $(CD) $(SOURCE_DIR)/$(NI-LIBCOOLSTREAM); git status -s -b endif $(CD) $(SOURCE_DIR)/$(NI_LIBSTB_HAL); git status -s -b diff --git a/make/target-neutrino.mk b/make/target-neutrino.mk index 869ebf84..ea2b2de3 100644 --- a/make/target-neutrino.mk +++ b/make/target-neutrino.mk @@ -125,7 +125,7 @@ endif ifeq ($(BOXTYPE),coolstream) NEUTRINO_DEPS += coolstream-drivers - ifeq ($(HAS_LIBCS),yes) + ifeq ($(HAS_LIBCOOLSTREAM),yes) NEUTRINO_DEPS += libcoolstream ifeq ($(DEBUG),yes) NEUTRINO_CONF_OPTS += \