aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-01-30 10:05:50 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-02-19 13:12:36 +0000
commit90045a49e50eb0177a8aee5cc318caf037ac603d (patch)
treea974257da50e3b0ae6da7e401ff5c0e191a5ee53 /meta-initramfs/recipes-devtools/dracut/dracut_git.bb
parent398f30aa0689e483ae196cc035643a854d169947 (diff)
downloadmeta-openembedded-contrib-90045a49e50eb0177a8aee5cc318caf037ac603d.tar.gz
dracut: update to 036
* Patch was applied upstream, delete it * Add coreutils dep to stop scripts from erroring out * bump PE to since 'git' > '036' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools/dracut/dracut_git.bb')
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut_git.bb13
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
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "bb1ba3a1ca9dd6284f6319eb197de4a757a7f99d"
-SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git \
- file://0001-Use-builtin-xz-lzma-option-to-use-all-cores-for-mult.patch \
- "
+PE = "1"
+PV = "036"
+
+# v036 tag
+SRCREV = "d50a99c5ceeb7107f624c5d3238d37509b2217a8"
+SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git"
S = "${WORKDIR}/git"
@@ -34,5 +36,6 @@ FILES_${PN} += "${datadir}/bash-completion \
RDEPENDS_${PN} = "systemd findutils cpio util-linux-blkid bash ldd"
# This could be optimized a bit, but let's avoid non-booting systems :)
RRECOMMENDS_${PN} = " \
- kernel-modules \
+ kernel-modules \
+ coreutils \
"