mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
minor dependancy cleanup
This commit is contained in:
parent
cb4df509a6
commit
1c911f7f4f
@ -156,3 +156,4 @@ sed-dirclean:
|
|||||||
ifeq ($(strip $(BR2_PACKAGE_SED)),y)
|
ifeq ($(strip $(BR2_PACKAGE_SED)),y)
|
||||||
TARGETS+=sed
|
TARGETS+=sed
|
||||||
endif
|
endif
|
||||||
|
.PHONY: sed host-sed
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
dependencies: host-sed
|
dependencies: host-sed
|
||||||
$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
@$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
||||||
|
|
||||||
dependencies-source:
|
dependencies-source:
|
||||||
|
|
||||||
@ -21,5 +21,5 @@ dependencies-dirclean:
|
|||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
# unconditionally include this one...
|
.PHONY: dependencies
|
||||||
TARGETS+=dependencies
|
|
||||||
|
@ -177,3 +177,4 @@ kernel-headers-clean: clean
|
|||||||
kernel-headers-dirclean:
|
kernel-headers-dirclean:
|
||||||
rm -rf $(LINUX_HEADERS_DIR)
|
rm -rf $(LINUX_HEADERS_DIR)
|
||||||
|
|
||||||
|
.PHONY: kernel-headers
|
||||||
|
@ -151,7 +151,7 @@ UCLIBC_HAS_REGEX_OLD=y
|
|||||||
# UCLIBC_HAS_WORDEXP is not set
|
# UCLIBC_HAS_WORDEXP is not set
|
||||||
UCLIBC_HAS_FTW=y
|
UCLIBC_HAS_FTW=y
|
||||||
UCLIBC_HAS_GLOB=y
|
UCLIBC_HAS_GLOB=y
|
||||||
# UCLIBC_HAS_GNU_GLOB is not set
|
UCLIBC_HAS_GNU_GLOB=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Library Installation Options
|
# Library Installation Options
|
||||||
|
@ -153,7 +153,7 @@ UCLIBC_HAS_REGEX_OLD=y
|
|||||||
# UCLIBC_HAS_WORDEXP is not set
|
# UCLIBC_HAS_WORDEXP is not set
|
||||||
UCLIBC_HAS_FTW=y
|
UCLIBC_HAS_FTW=y
|
||||||
UCLIBC_HAS_GLOB=y
|
UCLIBC_HAS_GLOB=y
|
||||||
# UCLIBC_HAS_GNU_GLOB is not set
|
UCLIBC_HAS_GNU_GLOB=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Library Installation Options
|
# Library Installation Options
|
||||||
|
@ -67,8 +67,8 @@ $(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
|
|||||||
toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ \*.patch
|
toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ \*.patch
|
||||||
touch $(UCLIBC_DIR)/.unpacked
|
touch $(UCLIBC_DIR)/.unpacked
|
||||||
|
|
||||||
uclibc-configured: $(UCLIBC_DIR)/.configured
|
uclibc-configured: dependencies kernel-headers $(UCLIBC_DIR)/.configured
|
||||||
$(UCLIBC_DIR)/.configured: dependencies kernel-headers $(UCLIBC_DIR)/.unpacked
|
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
|
||||||
cp $(UCLIBC_CONFIG_FILE) $(UCLIBC_DIR)/.config
|
cp $(UCLIBC_CONFIG_FILE) $(UCLIBC_DIR)/.config
|
||||||
$(SED) 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="$(TARGET_CROSS)",g' \
|
$(SED) 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="$(TARGET_CROSS)",g' \
|
||||||
-e 's,# TARGET_$(UCLIBC_TARGET_ARCH) is not set,TARGET_$(UCLIBC_TARGET_ARCH)=y,g' \
|
-e 's,# TARGET_$(UCLIBC_TARGET_ARCH) is not set,TARGET_$(UCLIBC_TARGET_ARCH)=y,g' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user