summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-03-22 17:19:35 -0500
committerJohn Klug <john.klug@multitech.com>2023-03-22 17:19:35 -0500
commitf8e5eb466b8aff68696e0f89d5e5fa4ba1e195c9 (patch)
tree985afa90a4c188c7c7a9a7189652c2efb8a19905
parent5886d7b6c309f6986333cbf0c8549e1ff18013fa (diff)
downloadmeta-mlinux-f8e5eb466b8aff68696e0f89d5e5fa4ba1e195c9.tar.gz
meta-mlinux-f8e5eb466b8aff68696e0f89d5e5fa4ba1e195c9.tar.bz2
meta-mlinux-f8e5eb466b8aff68696e0f89d5e5fa4ba1e195c9.zip
Remove date command from busybox
-rw-r--r--recipes-core/busybox/busybox_%.bbappend2
-rw-r--r--recipes-core/busybox/files/defconfig2
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