diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:55:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:24 -0700 |
commit | c08b0046f4ea977f61955504741f64b6c12d1e04 (patch) | |
tree | a0d333d67c92f0772ccd6014257e664fa850e817 /meta-networking | |
parent | c60b52e897daf2fceee9275b25ebcd2a3e83d877 (diff) | |
download | meta-openembedded-c08b0046f4ea977f61955504741f64b6c12d1e04.tar.gz |
udpcast: upgrade 20230924 -> 20250223
0001-include-stddef.h-for-ptrdiff_t.patch
refreshed for 20250223
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/udpcast/udpcast_20250223.bb (renamed from meta-networking/recipes-support/udpcast/udpcast_20230924.bb) | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch b/meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch index e3d65db734..3255a3fad0 100644 --- a/meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch +++ b/meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch | |||
@@ -13,15 +13,17 @@ Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelin | |||
13 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
14 | 14 | ||
15 | diff --git a/receivedata.c b/receivedata.c | 15 | diff --git a/receivedata.c b/receivedata.c |
16 | index 9a68f67..0aa797f 100644 | 16 | index a5ed7e8..b3b2640 100644 |
17 | --- a/receivedata.c | 17 | --- a/receivedata.c |
18 | +++ b/receivedata.c | 18 | +++ b/receivedata.c |
19 | @@ -1,4 +1,5 @@ | 19 | @@ -1,6 +1,7 @@ |
20 | #include "config.h" | ||
21 | |||
20 | #include <assert.h> | 22 | #include <assert.h> |
21 | +#include <stddef.h> | 23 | +#include <stddef.h> |
22 | #include <sys/types.h> | 24 | #include <sys/types.h> |
23 | #include <unistd.h> | 25 | #include <unistd.h> |
24 | #include <stdlib.h> | 26 | #include <stdlib.h> |
25 | -- | 27 | -- |
26 | 2.34.1 | 28 | 2.43.0 |
27 | 29 | ||
diff --git a/meta-networking/recipes-support/udpcast/udpcast_20230924.bb b/meta-networking/recipes-support/udpcast/udpcast_20250223.bb index 3dea7e2ef6..b3861ce7c5 100644 --- a/meta-networking/recipes-support/udpcast/udpcast_20230924.bb +++ b/meta-networking/recipes-support/udpcast/udpcast_20250223.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e3cf524a29c8476be354bb329d36ff80" | |||
13 | SRC_URI = "http://www.udpcast.linux.lu/download/${BP}.tar.gz \ | 13 | SRC_URI = "http://www.udpcast.linux.lu/download/${BP}.tar.gz \ |
14 | file://0001-include-stddef.h-for-ptrdiff_t.patch \ | 14 | file://0001-include-stddef.h-for-ptrdiff_t.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "17b5cd8b1e54f7e2e53357ac02ee86e4198bf704096987a03a3b5c402a0ecea1" | 16 | SRC_URI[sha256sum] = "cefd7554c877e1bc76987d2b96b23f7699a2e5340c254454f61b6e0dae370aa7" |
17 | 17 | ||
18 | # Installation of rateGovernor.h fails without brokensep | 18 | # Installation of rateGovernor.h fails without brokensep |
19 | inherit autotools-brokensep manpages | 19 | inherit autotools-brokensep manpages |