public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] busybox: add rev and pgrep
@ 2020-10-15  5:46 akuster
  2020-10-15  9:07 ` Diego Sueiro
  0 siblings, 1 reply; 8+ messages in thread
From: akuster @ 2020-10-15  5:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: akuster, akuster

From: akuster <akuster@kona.kama-aina.net>

Signed-off-by: akuster <akuster808@gmail.com>
---
 meta/recipes-core/busybox/busybox/pgrep.cfg | 1 +
 meta/recipes-core/busybox/busybox/rev.cfg   | 1 +
 meta/recipes-core/busybox/busybox_1.32.0.bb | 2 ++
 3 files changed, 4 insertions(+)
 create mode 100644 meta/recipes-core/busybox/busybox/pgrep.cfg
 create mode 100644 meta/recipes-core/busybox/busybox/rev.cfg

diff --git a/meta/recipes-core/busybox/busybox/pgrep.cfg b/meta/recipes-core/busybox/busybox/pgrep.cfg
new file mode 100644
index 00000000000..775e487d601
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox/pgrep.cfg
@@ -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
index 00000000000..da008c30cd3
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox/rev.cfg
@@ -0,0 +1 @@
+CONFIG_REV=y
diff --git a/meta/recipes-core/busybox/busybox_1.32.0.bb b/meta/recipes-core/busybox/busybox_1.32.0.bb
index aeea40fbc15..8e23b0d4a28 100644
--- a/meta/recipes-core/busybox/busybox_1.32.0.bb
+++ b/meta/recipes-core/busybox/busybox_1.32.0.bb
@@ -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 "
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-19 20:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15  5:46 [PATCH] busybox: add rev and pgrep akuster
2020-10-15  9:07 ` Diego Sueiro
2020-10-16 16:48   ` [OE-core] " Andrej Valek
2020-10-19 13:25     ` Richard Purdie
2020-10-19 19:55       ` Andre McCurdy
2020-10-19 19:57         ` Richard Purdie
2020-10-19 20:04           ` Andre McCurdy
2020-10-19 20:10             ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox