package/libubootenv: fix build with 'nothread' toolchain
authorPierre-Jean Texier <pjtexier@koncepto.io>
Tue, 4 Jun 2019 12:34:46 +0000 (14:34 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 8 Jun 2019 16:37:24 +0000 (18:37 +0200)
commitafc0b3838fc778523ee53ef9cc3b3bebcd720401
treef16bd733f34953aefcc1866685e17e46faea02ec
parentf99d6a9852127b8129ee11b2341487ce77041040
package/libubootenv: fix build with 'nothread' toolchain

<pthread.h> 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 <pjtexier@koncepto.io>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libubootenv/0005-uboot_env-remove-pthread.h-header-file.patch [new file with mode: 0644]