X-Git-Url: http://git.ozo.com/?p=lede-git%2F.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-sunxi%2Fpatches%2F210-Revert-fdt-Makefile-Build-python-libfdt-library-if-n.patch;h=25edf5104c2c76bea5cc437f788462b16096fab0;hp=dcf16c716fcd914f4b9b3215af571bf856a900f5;hb=1a533159519142753b79b2efcc8ea1d4146fe14b;hpb=7f0a32e21ca9edaa5607b98724e1eca05c8c50ba diff --git a/package/boot/uboot-sunxi/patches/210-Revert-fdt-Makefile-Build-python-libfdt-library-if-n.patch b/package/boot/uboot-sunxi/patches/210-Revert-fdt-Makefile-Build-python-libfdt-library-if-n.patch index dcf16c716f..25edf5104c 100644 --- a/package/boot/uboot-sunxi/patches/210-Revert-fdt-Makefile-Build-python-libfdt-library-if-n.patch +++ b/package/boot/uboot-sunxi/patches/210-Revert-fdt-Makefile-Build-python-libfdt-library-if-n.patch @@ -10,8 +10,6 @@ This reverts commit e38ffc42674fedc750ca895046be0bd983b56dd5. scripts/Makefile.spl | 17 ++++------------- 2 files changed, 6 insertions(+), 28 deletions(-) -diff --git a/Makefile b/Makefile -index 119ad49eec..071efa8926 100644 --- a/Makefile +++ b/Makefile @@ -1116,7 +1116,7 @@ cmd_ldr = $(LD) $(LDFLAGS_$(@F)) \ @@ -33,7 +31,7 @@ index 119ad49eec..071efa8926 100644 $(call if_changed,binman) endif -@@ -1355,18 +1354,6 @@ $(version_h): include/config/uboot.release FORCE +@@ -1355,18 +1354,6 @@ $(version_h): include/config/uboot.relea $(timestamp_h): $(srctree)/Makefile FORCE $(call filechk,timestamp.h) @@ -52,8 +50,6 @@ index 119ad49eec..071efa8926 100644 # --------------------------------------------------------------------------- quiet_cmd_cpp_lds = LDS $@ cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) \ -diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl -index ac3c2c7f13..135706f21d 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -257,12 +257,14 @@ PHONY += dts_dir @@ -91,6 +87,3 @@ index ac3c2c7f13..135706f21d 100644 PHONY += FORCE FORCE: --- -2.11.0 -