summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-11-12 12:01:34 +0000
committerRoss Burton <ross.burton@arm.com>2021-11-12 12:01:38 +0000
commit2b7ba7a5d42ac4ca31a07afd4cd635446c3bcd63 (patch)
tree81498dc60e74f7ca6b8071a26da14b96cd0a4de5
parent585b6b8ec444b92ed310109f9f5ddf08269d9ce0 (diff)
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_%.bbappend16
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 @@
-
-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"
-