[Buildroot] [PATCH v3] openzwave: new package

Peter Korsgaard peter at korsgaard.com
Sun May 29 21:40:35 UTC 2016


>>>>>   <fabrice.fontaine at orange.com> writes:

Hi,

Sorry for the slow response. The commit looks good, but when I tried
doing a test build with it applied to the next branch I got:

Building Msg.o
Building Notification.o
Creating vers.cpp
Making ozw_config file
Building vers.o
/home/peko/source/buildroot/output-zwave/build/openzwave-v1.4/cpp/src/vers.cpp:4:30: error: ‘rc1’ was not declared in this scope
 uint16_t ozw_vers_revision = rc1;
                              ^
/home/peko/source/buildroot/output-zwave/build/openzwave-v1.4/cpp/build/support.mk:113: recipe for target '/home/peko/source/buildroot/output-zwave/build/openzwave-v1.4/.lib/vers.o' failed
make[3]

vers.cpp contains:

#include "Defs.h"
uint16_t ozw_vers_major = 1;
uint16_t ozw_vers_minor = 4;
uint16_t ozw_vers_revision = rc1;
char ozw_version_string[] = "2016.05-rc1-96-gb28564b";

Which sounds like it is getting the git version info of the Buildroot
repo, which is obviously wrong.

Care to take a look?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list