summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-01-03 13:49:09 +0800
committerKhem Raj <raj.khem@gmail.com>2021-01-04 14:48:29 -0800
commit419f7e31f5d03d1be59fb31a5821fe47bab91312 (patch)
tree6b8ea8aeaccfa3a310132bcce88d1ed38a23438d /meta-initramfs/recipes-devtools/dracut/dracut_git.bb
parent2a3d72e58fb7c563222c0afd64b18ba764775bc0 (diff)
downloadmeta-openembedded-419f7e31f5d03d1be59fb31a5821fe47bab91312.tar.gz
dracut: upgrade 049 -> 051
Drop the following patches which have been merged upstream: 0001-dracut.sh-improve-udevdir.patch 0001-set-viriable-_drv-not-local.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/dracut/dracut_git.bb')
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index 13cf5f6ded..ce975f5a14 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -6,14 +6,11 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8PE = "1" 8PE = "1"
9PV = "049" 9PV = "051"
10 10
11# v048 tag 11SRCREV = "e473057ae1de303340dec297c786c4a701cc61bd"
12SRCREV = "225e4b94cbdb702cf512490dcd2ad9ca5f5b22c1"
13SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http \ 12SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http \
14 file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \ 13 file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \
15 file://0001-dracut.sh-improve-udevdir.patch \
16 file://0001-set-viriable-_drv-not-local.patch \
17 " 14 "
18 15
19DEPENDS += "kmod" 16DEPENDS += "kmod"