aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox/busybox-static_1.11.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/busybox/busybox-static_1.11.3.bb')
-rw-r--r--packages/busybox/busybox-static_1.11.3.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/busybox/busybox-static_1.11.3.bb b/packages/busybox/busybox-static_1.11.3.bb
index cf82921e9b..9529ab7b4b 100644
--- a/packages/busybox/busybox-static_1.11.3.bb
+++ b/packages/busybox/busybox-static_1.11.3.bb
@@ -1,4 +1,11 @@
require busybox_${PV}.bb
-PR = "r3"
+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
+}
-S = "${WORKDIR}/busybox-1.11.3"