diff options
| -rw-r--r-- | meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb index fc0b1ee495..06536ca70f 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb +++ b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | |||
| @@ -19,6 +19,6 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | CXXFLAGS += "-Wno-narrowing" | 22 | CXXFLAGS += "-Wno-narrowing -std=c++14" |
| 23 | 23 | ||
| 24 | inherit autotools | 24 | inherit autotools |
