diff options
author | Mihai Lindner <mihai.lindner@nxp.com> | 2018-06-29 20:23:55 +0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 14:16:19 -0300 |
commit | 937ad1b602c592081d9ecad3075d4943b87aff2e (patch) | |
tree | 0242e71801c5b77be982ea50a8c106301c469ec0 | |
parent | b9e66acb71326b7275fc1e693a42387619eadcb0 (diff) | |
download | meta-freescale-937ad1b602c592081d9ecad3075d4943b87aff2e.tar.gz |
Revert "dtc: Add recipe for version 1.4.5"
This reverts commit 64fc16b33143a001a895ffaf278964efdd7f3b14.
This doesn't belong in sumo, dtc is already at version 1.4.5.
Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2017.03.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/dtc/dtc-145_git.bb | 12 | ||||
-rw-r--r-- | recipes-kernel/dtc/files/make_install.patch | 17 |
3 files changed, 1 insertions, 30 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb index 52ebee994..72205676b 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." | |||
6 | require recipes-bsp/u-boot/u-boot.inc | 6 | require recipes-bsp/u-boot/u-boot.inc |
7 | 7 | ||
8 | PROVIDES += "u-boot" | 8 | PROVIDES += "u-boot" |
9 | DEPENDS_append = "dtc-145-native" | 9 | DEPENDS_append = "dtc-native" |
10 | 10 | ||
11 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 12 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb deleted file mode 100644 index afed62fdb..000000000 --- a/recipes-kernel/dtc/dtc-145_git.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require recipes-kernel/dtc/dtc.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = " \ | ||
4 | file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
5 | file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c \ | ||
6 | " | ||
7 | |||
8 | SRCREV = "22a65c5331c22979d416738eb756b9541672e00d" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/recipes-kernel/dtc/files/make_install.patch b/recipes-kernel/dtc/files/make_install.patch deleted file mode 100644 index ccf17b38f..000000000 --- a/recipes-kernel/dtc/files/make_install.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Index: 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 | |||