Remove Profile Build Dependencies 93/95693/2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 4 Nov 2016 08:28:34 +0000 (17:28 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 9 Nov 2016 02:46:20 +0000 (18:46 -0800)
1. This is for Tizen 4.0

The cdefine "TIZEN_PROFILE_NAME" has been completely useless.
So, let's remove it.

$ grep -r "TIZEN_PROFILE_NAME" *
packaging/krate.spec:         -DTIZEN_PROFILE_NAME=%{profile} \
$

Change-Id: I7f1d6d22e9199ef665d0983daf461cd52f286358
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/krate.spec

index 9454f00..da84733 100644 (file)
@@ -56,11 +56,8 @@ krates.
        CXXFLAGS="$CXXFLAGS -Wp,-U_FORTIFY_SOURCE"
 %endif
 
-%{!?profile:%define profile "mobile"}
-
 %cmake . -DVERSION=%{version} \
          -DCMAKE_BUILD_TYPE=%{build_type} \
-         -DTIZEN_PROFILE_NAME=%{profile} \
          -DRUN_DIR=%{TZ_SYS_RUN} \
          -DBIN_DIR=%{TZ_SYS_BIN} \
          -DHOME_DIR=%{TZ_SYS_HOME} \