summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/dtc/files/make_install.patch
diff options
context:
space:
mode:
authorMihai Lindner <mihai.lindner@nxp.com>2019-05-14 15:43:25 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-02 15:52:20 -0300
commitea77742e7c456222263cc5ff2af4500cfc4ba9e7 (patch)
treeb5498db34e6b34504885429fd0927775a8f7fdaf /recipes-kernel/dtc/files/make_install.patch
parentd15639a0a27393aa455adae113f4692c27367e89 (diff)
downloadmeta-freescale-ea77742e7c456222263cc5ff2af4500cfc4ba9e7.tar.gz
dtc-145: Remove class and recipe
These were used as workaround for issues with building u-boot 2017.03 and older, after dtc upgrade to 1.4.6 and newer. We can drop them after upgrading all providers of u-boot. Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
Diffstat (limited to 'recipes-kernel/dtc/files/make_install.patch')
-rw-r--r--recipes-kernel/dtc/files/make_install.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-kernel/dtc/files/make_install.patch b/recipes-kernel/dtc/files/make_install.patch
deleted file mode 100644
index ccf17b38..00000000
--- a/recipes-kernel/dtc/files/make_install.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: git/Makefile
4===================================================================
5--- git.orig/Makefile
6+++ git/Makefile
7@@ -168,8 +168,8 @@ install-bin: all $(SCRIPTS)
8 install-lib: all
9 @$(VECHO) INSTALL-LIB
10 $(INSTALL) -d $(DESTDIR)$(LIBDIR)
11- $(INSTALL) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)
12- ln -sf $(notdir $(LIBFDT_lib)) $(DESTDIR)$(LIBDIR)/$(LIBFDT_soname)
13+ $(INSTALL) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)/$(LIBFDT_soname)
14+ ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/$(notdir $(LIBFDT_lib))
15 ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/libfdt.$(SHAREDLIB_EXT)
16 $(INSTALL) -m 644 $(LIBFDT_archive) $(DESTDIR)$(LIBDIR)
17