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

FILESPATH = "${FILE_DIRNAME}/busybox-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
S = "${WORKDIR}/busybox-${PV}"

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