package/openpowerlink: fix uClibc build
authorRomain Naour <romain.naour@gmail.com>
Wed, 8 Jun 2016 21:21:59 +0000 (23:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Jun 2016 21:24:39 +0000 (23:24 +0200)
commitebb6878fffd0ce85814c0781a4167dee069a11a6
tree28df50f17787570c46e8b6ad1c39fe10f3c8a901
parent8bc03db7be232b6bc79a5c68d64e11a9fdfb2c52
package/openpowerlink: fix uClibc build

In the demo application code, va_list type is used in eventlogstring.h
so stdarg.h must be included to define it.

This problem occurs with a uClibc-ng based toolchain.

Fixes:
http://autobuild.buildroot.net/results/a9e/a9e7615a19922706039bf97ccb94bcf5b99330b2

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openpowerlink/0007-apps-include-stdarg.h-in-eventlogstring.h.patch [new file with mode: 0644]