package/open62541: add patch to allow building without a C++ compiler
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 Jan 2021 21:14:55 +0000 (22:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 Jan 2021 21:14:55 +0000 (22:14 +0100)
commitefdc0cedc6433e4066900de69bddb0574e3344a6
tree81cb0bd031013eecb7b38d3bd4c7fd7ade9e54d9
parent7a5c61d59be35c059e96730cd70a92d47cb4e8e0
package/open62541: add patch to allow building without a C++ compiler

This patch was intended to be added in commit
b36ea68b5ad0f89ffd92cac3f91654e180683b1c ("package/open62541: new
package") but was missed, causing open62541 to not build on
configurations that lack a C++ compiler. This patch removes the need
for a C++ compiler by properly declaring the CMake project.

Fixes:

  http://autobuild.buildroot.net/results/86ca6a5a01ecfc7030c6be0da81924436b41d057/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/open62541/0001-CMakeLists.txt-project-only-contains-C-code.patch [new file with mode: 0644]