]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: add rev and pgrep
authorakuster <akuster@kona.kama-aina.net>
Thu, 15 Oct 2020 05:46:00 +0000 (22:46 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Oct 2020 11:33:30 +0000 (12:33 +0100)
Signed-off-by: akuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/pgrep.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox/rev.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.32.0.bb

diff --git a/meta/recipes-core/busybox/busybox/pgrep.cfg b/meta/recipes-core/busybox/busybox/pgrep.cfg
new file mode 100644 (file)
index 0000000..775e487
--- /dev/null
@@ -0,0 +1 @@
+CONFIG_PGREP=y
diff --git a/meta/recipes-core/busybox/busybox/rev.cfg b/meta/recipes-core/busybox/busybox/rev.cfg
new file mode 100644 (file)
index 0000000..da008c3
--- /dev/null
@@ -0,0 +1 @@
+CONFIG_REV=y
index aeea40fbc15083eee49da1ff5ddf8fdba21c4b8a..8e23b0d4a2889d6eae02746f60b724664220a049 100644 (file)
@@ -44,6 +44,8 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
            file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
            file://0001-hwclock-make-glibc-2.31-compatible.patch \
+           file://rev.cfg \
+           file://pgrep.cfg \
 "
 SRC_URI_append_libc-musl = " file://musl.cfg "