poky/meta/recipes-extended
Zoltan Boszormenyi ba7e4e7f75 cracklib: Modify patch to compile with GCC 14
GCC 14 implicitly turns a warning into a compiler error:

| ../../git/src/lib/packlib.c: In function ‘PWClose’:
| ../../git/src/lib/packlib.c:554:40: error: passing argument 1 of ‘HwmsHostToBigEndian’ from incompatible pointer type [-Wincompatible-pointer-types]
|   554 |             HwmsHostToBigEndian(tmp_pwp.hwms, sizeof(tmp_pwp.hwms), en_is32);
|       |                                 ~~~~~~~^~~~~
|       |                                        |
|       |                                        uint32_t * {aka unsigned int *}
| ../../git/src/lib/packlib.c:142:27: note: expected ‘char *’ but argument is of type ‘uint32_t *’ {aka ‘unsigned int *’}
|   142 | HwmsHostToBigEndian(char *pHwms, int nLen,int nBitType)
|       |                     ~~~~~~^~~~~

Add the cast to (char *) to silence it.

(From OE-Core rev: 7cca344feaa16cfabbaa2f34e4aab91cc1af39ee)

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2024-11-02 06:32:36 -07:00
..
2024-06-26 05:04:39 -07:00
2023-01-26 23:37:05 +00:00
2022-12-23 23:05:50 +00:00
2024-01-21 08:50:38 -10:00
2022-05-20 10:08:06 +01:00
2023-08-02 04:47:13 -10:00
2022-07-25 15:11:46 +01:00
2022-03-29 15:59:28 +01:00
2022-11-24 15:30:01 +00:00
2022-04-10 08:31:17 +01:00
2023-08-26 04:24:02 -10:00
2022-03-23 12:13:50 +00:00
2023-02-15 21:46:56 +00:00
2022-03-23 12:13:50 +00:00
2022-03-29 15:59:29 +01:00
2023-01-06 17:33:23 +00:00
2022-01-20 11:57:29 +00:00
2024-10-07 05:43:22 -07:00
2021-11-13 16:11:28 +00:00
2023-09-30 09:43:59 -10:00
2023-11-28 05:00:32 -10:00
2023-06-14 04:16:59 -10:00
2023-09-23 05:26:15 -10:00
2024-03-07 08:32:54 -10:00
2024-09-16 06:09:56 -07:00
2024-07-09 06:06:09 -07:00
2023-10-18 05:13:24 -10:00
2022-09-03 13:09:49 +01:00
2022-08-31 16:54:17 +01:00
2024-11-02 06:32:36 -07:00
2024-10-12 05:17:58 -07:00