diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2023-07-20 15:54:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-21 09:39:09 -0700 |
| commit | 40978c420007e2fec08f4500a565dd7c85307cf0 (patch) | |
| tree | 88ab0fe23e4e98350ad8e1c571c9f91aded108b0 /meta-initramfs/recipes-devtools | |
| parent | c575c5cb69686ff5764af79e5299c00b7bd6cb3c (diff) | |
| download | meta-openembedded-40978c420007e2fec08f4500a565dd7c85307cf0.tar.gz | |
dracut: Remove busybox from RRECOMMENDS
The coreutils which defined in RRECOMMENDS has already provide the basic
command and it conflicts with busybox.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools')
| -rw-r--r-- | meta-initramfs/recipes-devtools/dracut/dracut_056.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_056.bb b/meta-initramfs/recipes-devtools/dracut/dracut_056.bb index 364beec5d8..989a37a877 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_056.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_056.bb | |||
| @@ -65,7 +65,6 @@ RDEPENDS:${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux b | |||
| 65 | # This could be optimized a bit, but let's avoid non-booting systems :) | 65 | # This could be optimized a bit, but let's avoid non-booting systems :) |
| 66 | RRECOMMENDS:${PN} = " \ | 66 | RRECOMMENDS:${PN} = " \ |
| 67 | kernel-modules \ | 67 | kernel-modules \ |
| 68 | busybox \ | ||
| 69 | coreutils \ | 68 | coreutils \ |
| 70 | " | 69 | " |
| 71 | 70 | ||
