summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio.salvador@gmail.com>2022-01-05 21:25:33 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 14:39:17 +0000
commita8cd929d3f4064ea7617363b25adf34881a985ae (patch)
treea52a20154d3abfc81bda1c31f2495671a2165b84 /meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
parent32315dcf5a1ffa6241f3de8fb7a49c54d92893c6 (diff)
downloadpoky-a8cd929d3f4064ea7617363b25adf34881a985ae.tar.gz
libxcrypt, libxcrypt-compat: upgrade 4.4.26 -> 4.4.27
License-Update: build-aux files updated. (From OE-Core rev: bb252e1e31a127abd9f9b111897e007d1bd88f11) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch')
-rw-r--r--meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
index 0772998c72..94aa3fed49 100644
--- a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
+++ b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
@@ -1,4 +1,4 @@
1From fd9a46695594c3cd836ecb7d959f03f605e69a2f Mon Sep 17 00:00:00 2001 1From 7b2a0cdc281d94a5782c37ef87040c341447b4b4 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Fri, 30 Apr 2021 10:35:02 +0100 3Date: Fri, 30 Apr 2021 10:35:02 +0100
4Subject: [PATCH] libxcrypt: Update to 4.4.19 release and fix symbol version 4Subject: [PATCH] libxcrypt: Update to 4.4.19 release and fix symbol version
@@ -15,13 +15,13 @@ Upstream-Status: Submitted [https://github.com/besser82/libxcrypt/pull/126]
15Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 15Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 16
17--- 17---
18 build-aux/compute-symver-floor | 2 ++ 18 build-aux/scripts/compute-symver-floor | 2 ++
19 1 file changed, 2 insertions(+) 19 1 file changed, 2 insertions(+)
20 20
21diff --git a/build-aux/compute-symver-floor b/build-aux/compute-symver-floor 21diff --git a/build-aux/scripts/compute-symver-floor b/build-aux/scripts/compute-symver-floor
22index 4ec82e1..8117342 100644 22index 4ec82e1..8117342 100644
23--- a/build-aux/compute-symver-floor 23--- a/build-aux/scripts/compute-symver-floor
24+++ b/build-aux/compute-symver-floor 24+++ b/build-aux/scripts/compute-symver-floor
25@@ -36,6 +36,8 @@ sub preprocessor_check { 25@@ -36,6 +36,8 @@ sub preprocessor_check {
26 die "C compiler not available\n" unless @CC; 26 die "C compiler not available\n" unless @CC;
27 27