diff options
Diffstat (limited to 'meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb')
-rw-r--r-- | meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb b/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb index dc7cc9493..e6204c46f 100644 --- a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb +++ b/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb @@ -35,8 +35,8 @@ inherit gzipnative autotools gettext cmake systemd # https://github.com/google/googletest/issues/854 # # If that issue is fixed, we can probably remove the manual -fPIC flags here. -OECMAKE_C_FLAGS += " -fPIC" -OECMAKE_CXX_FLAGS += " -fPIC" +OECMAKE_C_FLAGS += "-fPIC" +OECMAKE_CXX_FLAGS += "-fPIC" PACKAGES += "${PN}-systemd" SYSTEMD_PACKAGES = "${PN} ${PN}-systemd" |