diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-18 09:51:09 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-20 16:40:47 +0000 |
| commit | cbb8a79bc9cd56d2d93ac08e417a6b0fdf4cfa4e (patch) | |
| tree | 1fb3e6600147eacb47af662a9acf2d34f9893b4c /meta/recipes-extended/mdadm/mdadm_4.2.bb | |
| parent | 96e64b78d903066c6dd9bdcfc60ff78d70719528 (diff) | |
| download | poky-cbb8a79bc9cd56d2d93ac08e417a6b0fdf4cfa4e.tar.gz | |
mdadm: Define alignof using _Alignof when using C11 or newer
(From OE-Core rev: 18f1f2775ef0690802b44a6094383db48c712c19)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_4.2.bb')
| -rw-r--r-- | meta/recipes-extended/mdadm/mdadm_4.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_4.2.bb b/meta/recipes-extended/mdadm/mdadm_4.2.bb index 7298860241..1c4397509b 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.2.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.2.bb | |||
| @@ -25,6 +25,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \ | |||
| 25 | file://0001-Fix-parsing-of-r-in-monitor-manager-mode.patch \ | 25 | file://0001-Fix-parsing-of-r-in-monitor-manager-mode.patch \ |
| 26 | file://0001-Makefile-install-mdcheck.patch \ | 26 | file://0001-Makefile-install-mdcheck.patch \ |
| 27 | file://0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch \ | 27 | file://0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch \ |
| 28 | file://0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | SRC_URI[sha256sum] = "461c215670864bb74a4d1a3620684aa2b2f8296dffa06743f26dda5557acf01d" | 31 | SRC_URI[sha256sum] = "461c215670864bb74a4d1a3620684aa2b2f8296dffa06743f26dda5557acf01d" |
