diff options
-rw-r--r-- | meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb index 13ed7570b1..bf9de31f84 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb +++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | |||
@@ -29,6 +29,8 @@ S ="${WORKDIR}/${BPN}.${PV}" | |||
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools |
31 | 31 | ||
32 | CXXFLAGS += "-std=gnu++14" | ||
33 | |||
32 | do_configure:prepend(){ | 34 | do_configure:prepend(){ |
33 | ${S}/autogen.sh | 35 | ${S}/autogen.sh |
34 | } | 36 | } |