aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/dtc/dtc_%.bbappend
blob: 140693778aa9783e945371bd60f67d65b9f2c3de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"