From 3dd45a26466963bea03aca30177790382052ca14 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 28 Mar 2017 13:58:10 -0700 Subject: dlt-daemon: remove spaces before += They're not needed (my bad). Change-Id: Ie45f13c6274bae9d87b4b4df11410a6356b49dd7 Signed-off-by: Martin Kelly --- meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb | 4 ++-- meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-ivi-common') 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" diff --git a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb b/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb index d068f250f..cdd80de50 100644 --- a/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb +++ b/meta-ivi-common/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb @@ -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" -- cgit 1.2.3-korg