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