dlt-daemon: remove spaces before += 63/8963/3
authorMartin Kelly <mkelly@xevo.com>
Tue, 28 Mar 2017 20:58:10 +0000 (13:58 -0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 30 Mar 2017 07:39:17 +0000 (07:39 +0000)
They're not needed (my bad).

Change-Id: Ie45f13c6274bae9d87b4b4df11410a6356b49dd7
Signed-off-by: Martin Kelly <mkelly@xevo.com>
meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb
meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb

index dc7cc94..e6204c4 100644 (file)
@@ -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"
index d068f25..cdd80de 100644 (file)
@@ -29,8 +29,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"