summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-03-28 02:30:50 +0000
committerSung-jae Park <nicesj.park@samsung.com>2013-03-28 02:30:50 +0000
commitac0355e195280405342b77b89c4c5abcaa6a69df (patch)
tree65baf45e475b97386a4cf31998a31d594a6891a2
parentcf2679243f98d3898b0f13e858f9bd641a504fef (diff)
downloaddata-provider-master-ac0355e195280405342b77b89c4c5abcaa6a69df.tar.gz
data-provider-master-ac0355e195280405342b77b89c4c5abcaa6a69df.tar.bz2
data-provider-master-ac0355e195280405342b77b89c4c5abcaa6a69df.zip
Fix unresolvable error
Remove product feature dependency Change-Id: Ic0dbf6ab34eb12123c0fe69c8a4babfebd12851f
-rw-r--r--packaging/data-provider-master.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/data-provider-master.spec b/packaging/data-provider-master.spec
index 4faf5e2..66cacf0 100644
--- a/packaging/data-provider-master.spec
+++ b/packaging/data-provider-master.spec
@@ -32,7 +32,6 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(pkgmgr)
BuildRequires: pkgconfig(livebox-service)
-BuildRequires: sec-product-features
%description
Manage the 2nd stage livebox service provider and communicate with the viewer application.
@@ -42,11 +41,7 @@ Keep trace on the life-cycle of the livebox and status of the service providers,
%setup -q
%build
-%if 0%(test "%{?sec_build_conf_tizen_product_group}" == "baltic" && echo 1)
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPRODUCT=baltic
-%else
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPRODUCT=private
-%endif
CFLAGS="${CFLAGS} -Wall -Winline -Werror" LDFLAGS="${LDFLAGS}" make %{?jobs:-j%jobs}