From f8e5eb466b8aff68696e0f89d5e5fa4ba1e195c9 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 22 Mar 2023 17:19:35 -0500 Subject: Remove date command from busybox --- recipes-core/busybox/busybox_%.bbappend | 2 +- recipes-core/busybox/files/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index 7f41456..a841f8a 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1,4 +1,4 @@ -PR .= ".mlinux4" +PR .= ".mlinux5" PACKAGES =+ "busybox-ifplugd" FILESEXTRAPATHS_prepend := ":${THISDIR}/files:" RDEPENDS_${PN} += "bash" diff --git a/recipes-core/busybox/files/defconfig b/recipes-core/busybox/files/defconfig index 822bd29..0b8068b 100644 --- a/recipes-core/busybox/files/defconfig +++ b/recipes-core/busybox/files/defconfig @@ -206,7 +206,7 @@ CONFIG_CHROOT=y CONFIG_CP=y CONFIG_FEATURE_CP_LONG_OPTIONS=y CONFIG_CUT=y -CONFIG_DATE=y +# CONFIG_DATE is not set CONFIG_FEATURE_DATE_ISOFMT=y # CONFIG_FEATURE_DATE_NANO is not set CONFIG_FEATURE_DATE_COMPAT=y -- cgit v1.2.3