If we are using snapshot, don't even attempt to try and patch anything.
This commit is contained in:
parent
71b952f374
commit
049c3f67f5
@ -83,7 +83,9 @@ uclibc-unpacked: $(UCLIBC_DIR)/.unpacked
|
||||
$(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE) $(UCLIBC_LOCALE_DATA)
|
||||
[ -d $(TOOL_BUILD_DIR) ] || $(INSTALL) -d $(TOOL_BUILD_DIR)
|
||||
$(UCLIBC_CAT) $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
||||
ifneq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
|
||||
toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ uClibc-$(UCLIBC_VER)-\*.patch
|
||||
endif
|
||||
ifneq ($(BR2_ENABLE_LOCALE),)
|
||||
cp -dpf $(DL_DIR)/$(UCLIBC_SOURCE_LOCALE) $(UCLIBC_DIR)/extra/locale/
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user