dracut: upgrade 051 -> 055

* Rename recipe name from dracut_git to dracut_055
* Refresh 0001-util.h-include-sys-reg.h-when-libc-glibc.patch

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2022-01-15 09:32:14 +08:00 committed by Khem Raj
parent d49282245c
commit b639c25d9a
2 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
From 06011ce55b1e892e863568a73d64eebc6389544f Mon Sep 17 00:00:00 2001
From 9f7740c4c2fda64029c23674e9858ce8bd4367df Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Thu, 13 Jul 2017 17:14:05 -0700
Subject: [PATCH] util.h: include <sys/reg.h> when libc != glibc
@ -11,13 +11,13 @@ https://github.com/voidlinux/void-packages/blob/master/srcpkgs/dracut/patches/mu
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
install/util.h | 3 +++
src/install/util.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/install/util.h b/install/util.h
index 2ad3254d..062626ec 100644
--- a/install/util.h
+++ b/install/util.h
diff --git a/src/install/util.h b/src/install/util.h
index a6f9a184..82732913 100644
--- a/src/install/util.h
+++ b/src/install/util.h
@@ -36,6 +36,9 @@
#include <sys/stat.h>
#include <dirent.h>
@ -29,5 +29,5 @@ index 2ad3254d..062626ec 100644
#include "macro.h"
--
2.13.2
2.17.1

View File

@ -6,9 +6,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PE = "1"
PV = "051"
SRCREV = "e473057ae1de303340dec297c786c4a701cc61bd"
SRCREV = "86bf2533d77762e823ad7a3e06a574522c1a90e3"
SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http;branch=master \
file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \
"