diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/dracut/dracut_git.bb')
-rw-r--r-- | meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index ccc4e7d6b3..945ba0f21c 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb | |||
@@ -4,10 +4,12 @@ DESCRIPTION = "Dracut is an event driven initramfs infrastructure. dracut (the t | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRCREV = "bb1ba3a1ca9dd6284f6319eb197de4a757a7f99d" | 7 | PE = "1" |
8 | SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git \ | 8 | PV = "036" |
9 | file://0001-Use-builtin-xz-lzma-option-to-use-all-cores-for-mult.patch \ | 9 | |
10 | " | 10 | # v036 tag |
11 | SRCREV = "d50a99c5ceeb7107f624c5d3238d37509b2217a8" | ||
12 | SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git" | ||
11 | 13 | ||
12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
13 | 15 | ||
@@ -34,5 +36,6 @@ FILES_${PN} += "${datadir}/bash-completion \ | |||
34 | RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid bash ldd" | 36 | RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid bash ldd" |
35 | # This could be optimized a bit, but let's avoid non-booting systems :) | 37 | # This could be optimized a bit, but let's avoid non-booting systems :) |
36 | RRECOMMENDS_${PN} = " \ | 38 | RRECOMMENDS_${PN} = " \ |
37 | kernel-modules \ | 39 | kernel-modules \ |
40 | coreutils \ | ||
38 | " | 41 | " |