diff options
| author | akuster <akuster@kona.kama-aina.net> | 2020-10-14 22:46:00 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:34:29 +0100 |
| commit | 044b20737a6b4647852637437a5c97a17274cea8 (patch) | |
| tree | 4cd29bb026ab116c82c0d449a2a20a6573c05651 | |
| parent | ab716982a025aabad28335ebac51773bad5115d7 (diff) | |
| download | poky-044b20737a6b4647852637437a5c97a17274cea8.tar.gz | |
busybox: add rev and pgrep
(From OE-Core rev: a288c0f440b0e3f63213798ec977a3b44339764b)
Signed-off-by: akuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/busybox/busybox/pgrep.cfg | 1 | ||||
| -rw-r--r-- | meta/recipes-core/busybox/busybox/rev.cfg | 1 | ||||
| -rw-r--r-- | meta/recipes-core/busybox/busybox_1.32.0.bb | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/pgrep.cfg b/meta/recipes-core/busybox/busybox/pgrep.cfg new file mode 100644 index 0000000000..775e487d60 --- /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 0000000000..da008c30cd --- /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 aeea40fbc1..8e23b0d4a2 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 \ | |||
| 44 | file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \ | 44 | file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \ |
| 45 | file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ | 45 | file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ |
| 46 | file://0001-hwclock-make-glibc-2.31-compatible.patch \ | 46 | file://0001-hwclock-make-glibc-2.31-compatible.patch \ |
| 47 | file://rev.cfg \ | ||
| 48 | file://pgrep.cfg \ | ||
| 47 | " | 49 | " |
| 48 | SRC_URI_append_libc-musl = " file://musl.cfg " | 50 | SRC_URI_append_libc-musl = " file://musl.cfg " |
| 49 | 51 | ||
