From 2b7ba7a5d42ac4ca31a07afd4cd635446c3bcd63 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 12 Nov 2021 12:01:34 +0000 Subject: dtc: remove append, not needed anymore With the latest recipe in oe-core master, the tools successfully compile. Signed-off-by: Ross Burton --- recipes-core/dtc/dtc_%.bbappend | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes-core/dtc/dtc_%.bbappend diff --git a/recipes-core/dtc/dtc_%.bbappend b/recipes-core/dtc/dtc_%.bbappend deleted file mode 100644 index 2d27a0a..0000000 --- a/recipes-core/dtc/dtc_%.bbappend +++ /dev/null @@ -1,16 +0,0 @@ - -do_configure:append:mingw32 () { - # don't try to build the other dtc components when installing libs - sed -i 's/install-lib: all/install-lib: libfdt/g' ${S}/Makefile -} - -do_compile:mingw32 () { - oe_runmake libfdt -} - -do_install:mingw32 () { - oe_runmake install-lib install-includes -} - -RDEPENDS:${PN}-misc:remove:mingw32 = "bash" - -- cgit v1.2.3-54-g00ecf