aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-static_1.17.3.bb
blob: 325752aec0b516ffdef0f2fac66d2920a3b53e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
require busybox_${PV}.bb
PR = "${INC_PR}.0"

FILESPATHPKG =. "busybox-${PV}:"
S = "${WORKDIR}/busybox-${PV}"

do_configure_append() {
	sed -i -e '/CONFIG_STATIC/d' .config
	echo "CONFIG_STATIC=y" >>.config
}