diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/fix_uboot_gcc.patch b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/fix_uboot_gcc.patch deleted file mode 100644 index 73d54a74a..000000000 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/fix_uboot_gcc.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/Makefile b/Makefile -index c9d8e6d..6002726 100644 ---- a/Makefile -+++ b/Makefile -@@ -348,7 +348,7 @@ OBJCOPY = $(CROSS_COMPILE)objcopy - OBJDUMP = $(CROSS_COMPILE)objdump - AWK = awk - PERL = perl --PYTHON = python -+PYTHON ?= python - DTC = dtc - CHECK = sparse - -diff --git a/tools/Makefile b/tools/Makefile -index 1247999..b47f475 100644 ---- a/tools/Makefile -+++ b/tools/Makefile -@@ -120,7 +120,7 @@ _libfdt.so-sharedobjs += $(LIBFDT_OBJS) - libfdt: - - tools/_libfdt.so: $(patsubst %.o,%.c,$(LIBFDT_OBJS)) tools/libfdt_wrap.c -- LDFLAGS="$(HOSTLDFLAGS)" python $(srctree)/lib/libfdt/setup.py \ -+ LDFLAGS="$(HOSTLDFLAGS)" ${PYTHON} $(srctree)/lib/libfdt/setup.py \ - "$(_hostc_flags)" $^ - mv _libfdt.so $@ - diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb index a6544138d..6372c4141 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb @@ -27,7 +27,6 @@ SRC_URI = " \ SRC_URI_append = " \ file://boot.txt \ file://install_linux_fw_sd.txt \ - file://fix_uboot_gcc.patch \ " LOCALVERSION ?= ""