From: Pierre-Jean Texier Date: Tue, 4 Jun 2019 12:34:46 +0000 (+0200) Subject: package/libubootenv: fix build with 'nothread' toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afc0b3838fc778523ee53ef9cc3b3bebcd720401;p=buildroot.git package/libubootenv: fix build with 'nothread' toolchain include doesn't seem to be necessary inside the library. So, drop the header completely. Fixes: - http://autobuild.buildroot.org/results/813e8951530c093f46b38bf8c3b467ab6535c95b Signed-off-by: Pierre-Jean Texier Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch b/package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch new file mode 100644 index 0000000000..7a7e2a019b --- /dev/null +++ b/package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch @@ -0,0 +1,29 @@ +From ac4f795f2c0a81d5b55ce825f3d4c933fbc9e44c Mon Sep 17 00:00:00 2001 +From: Pierre-Jean Texier +Date: Tue, 4 Jun 2019 11:43:47 +0200 +Subject: [libubootenv][PATCH] uboot_env: remove header file + + include doesn't seem to be necessary inside the library. +So, drop the header completely. + +Signed-off-by: Pierre-Jean Texier +[Upstream status: http://patchwork.ozlabs.org/patch/1109822/] +--- + src/uboot_env.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/uboot_env.c b/src/uboot_env.c +index e8483bf..3f1bb3b 100644 +--- a/src/uboot_env.c ++++ b/src/uboot_env.c +@@ -24,7 +24,6 @@ + #include + #include + #include +-#include + #include + #include + #include +-- +2.7.4 +