summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.36.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-04-19 14:19:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-24 14:27:53 +0100
commit5b26ad521c6217006c4a5b4ce560fecc572393e7 (patch)
tree170ef2c06dc0afb5999f3fc303fa0ce1457ffac8 /meta/recipes-core/busybox/busybox_1.36.1.bb
parent2dee886efec3cc60260b3d58dba12c717379e704 (diff)
downloadpoky-5b26ad521c6217006c4a5b4ce560fecc572393e7.tar.gz
busybox: remove busybox-udhcpc-no_deconfig.patch
The option was introduced in: https://git.yoctoproject.org/poky/commit/?h=master&id=427472e980cd6254a5e4ef37209b327e15af259b for the purpose of a standalone udhcpc service. 18 months later the service was removed as it was clashing with the broader networking service, and the option isn't used anywhere else: https://git.yoctoproject.org/poky/commit/?h=master&id=a4b1e348484b74d055b8906413892789d3452f4a There's a slight chance the option still survives somewhere private, and is important in that context, but I'd rather drop the patch so it can be maintained where it's useful, and maybe even proposed upstream. (From OE-Core rev: 7c28c516616564891d478630d12b0ba07cc78005) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.36.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.36.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.36.1.bb b/meta/recipes-core/busybox/busybox_1.36.1.bb
index 06eb9eb999..373a6b7781 100644
--- a/meta/recipes-core/busybox/busybox_1.36.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.36.1.bb
@@ -2,7 +2,6 @@ require busybox.inc
2 2
3SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 3SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
4 file://0001-depmod-Ignore-.debug-directories.patch \ 4 file://0001-depmod-Ignore-.debug-directories.patch \
5 file://busybox-udhcpc-no_deconfig.patch \
6 file://find-touchscreen.sh \ 5 file://find-touchscreen.sh \
7 file://busybox-cron \ 6 file://busybox-cron \
8 file://busybox-httpd \ 7 file://busybox-httpd \