On 09/23/2016 05:58 AM, [email protected] wrote: > From: Ming Liu <[email protected]> > > This fixes a following compiling issue: > | agent.c:33:19: fatal error: error.h: No such file or directory > | #include "error.h" > > it's back-ported from lttng-tools upstream, we need it in SRC_URI > since 2.8 is still the latest release. >
[...] > + src/bin/lttng-sessiond/agent.c | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/src/bin/lttng-sessiond/agent.c b/src/bin/lttng-sessiond/agent.c > +index 7cbbbde..310a7e8 100644 > +--- a/src/bin/lttng-sessiond/agent.c > ++++ b/src/bin/lttng-sessiond/agent.c > +@@ -29,7 +29,7 @@ > + #include "agent.h" > + #include "ust-app.h" > + #include "utils.h" > +-#include "error.h" > ++#include "common/error.h" > + > + #define AGENT_RET_CODE_INDEX(code) (code - AGENT_RET_CODE_SUCCESS) > + > +-- This is fixing an issue that doesn't look like it would be configuration-dependent; how was the build error provoked? I've never seen it. -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
