Modify the profile flag in spec file 58/50558/1 accepted/tizen/mobile/20151030.063352 accepted/tizen/tv/20151030.063435 accepted/tizen/wearable/20151030.063457 submit/tizen_mobile/20151030.015119 submit/tizen_tv/20151030.015122 submit/tizen_wearable/20151030.015125
authorHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 30 Oct 2015 01:41:52 +0000 (10:41 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 30 Oct 2015 01:41:52 +0000 (10:41 +0900)
Change-Id: I23741aca0d268af91fdc95ee59598ae7e274eef0
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
packaging/ug-bluetooth-efl.spec

index b8922f1..8bc3c47 100644 (file)
@@ -52,7 +52,7 @@ export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
 export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
 export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
 
-%if "%{?tizen_profile_name}" == "mobile"
+%if "%{?profile}" == "mobile"
 export CFLAGS="$CFLAGS -DTIZEN_HID"
 %endif