aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox-static_1.11.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/busybox/busybox-static_1.11.3.bb')
-rw-r--r--recipes/busybox/busybox-static_1.11.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-static_1.11.3.bb b/recipes/busybox/busybox-static_1.11.3.bb
new file mode 100644
index 0000000000..9529ab7b4b
--- /dev/null
+++ b/recipes/busybox/busybox-static_1.11.3.bb
@@ -0,0 +1,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
+}
+