diff options
author | Ross Burton <ross.burton@arm.com> | 2021-11-12 12:01:34 +0000 |
---|---|---|
committer | Ross Burton <ross.burton@arm.com> | 2021-11-12 12:01:38 +0000 |
commit | 2b7ba7a5d42ac4ca31a07afd4cd635446c3bcd63 (patch) | |
tree | 81498dc60e74f7ca6b8071a26da14b96cd0a4de5 | |
parent | 585b6b8ec444b92ed310109f9f5ddf08269d9ce0 (diff) | |
download | meta-mingw-2b7ba7a5d42ac4ca31a07afd4cd635446c3bcd63.tar.gz |
dtc: remove append, not needed anymore
With the latest recipe in oe-core master, the tools successfully compile.
Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r-- | recipes-core/dtc/dtc_%.bbappend | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ | |||
1 | |||
2 | do_configure:append:mingw32 () { | ||
3 | # don't try to build the other dtc components when installing libs | ||
4 | sed -i 's/install-lib: all/install-lib: libfdt/g' ${S}/Makefile | ||
5 | } | ||
6 | |||
7 | do_compile:mingw32 () { | ||
8 | oe_runmake libfdt | ||
9 | } | ||
10 | |||
11 | do_install:mingw32 () { | ||
12 | oe_runmake install-lib install-includes | ||
13 | } | ||
14 | |||
15 | RDEPENDS:${PN}-misc:remove:mingw32 = "bash" | ||
16 | |||