Fix the build error for tv profile 08/110408/1 accepted/tizen/common/20170116.181659 accepted/tizen/common/20170303.090624 accepted/tizen/ivi/20170117.053743 accepted/tizen/ivi/20170302.121717 accepted/tizen/mobile/20170117.053655 accepted/tizen/mobile/20170302.121334 accepted/tizen/tv/20170117.053711 accepted/tizen/tv/20170302.121515 accepted/tizen/unified/20170309.031145 accepted/tizen/wearable/20170117.053725 accepted/tizen/wearable/20170302.121612 submit/tizen/20170116.093811 submit/tizen/20170220.233016 submit/tizen/20170302.014914 submit/tizen_unified/20170308.100403
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 16 Jan 2017 09:37:13 +0000 (18:37 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 16 Jan 2017 09:37:13 +0000 (18:37 +0900)
Change-Id: I4f5eb1bd72df040817d2f56b1c13f30cf21182be
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/ug-bluetooth-efl.spec

index ca086cd..18ea958 100644 (file)
@@ -94,8 +94,7 @@ export LDFLAGS
 %if "%{?profile}" != "tv"
 %cmake . -DCMAKE_INSTALL_PREFIX=%{_ugdir}/
 %else
-%cmake . -DTIZEN_WITHOUT_CONTACTS -DCMAKE_INSTALL_PREFIX=%{_ugdir}/
-popd
+%cmake . -DTIZEN_WITHOUT_CONTACTS="1" -DCMAKE_INSTALL_PREFIX=%{_ugdir}/
 %endif
 
 make %{?jobs:-j%jobs}