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