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

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

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