X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-ivi-common%2Frecipes-extended%2Fdlt-daemon%2Fdlt-daemon_2.11.1.bb;h=e6204c46f70cc8811fea4273e6b5cd77ef5b86e3;hb=dc2cbc98814b65108d72056b0f58678802d59bde;hp=dc7cc9493a236fb343086cfbf10b55290ad11cbe;hpb=2ceaa31f4137a5a9fb759338827f4b5d1d995772;p=AGL%2Fmeta-agl.git 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"