From ac0355e195280405342b77b89c4c5abcaa6a69df Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 28 Mar 2013 02:30:50 +0000 Subject: Fix unresolvable error Remove product feature dependency Change-Id: Ic0dbf6ab34eb12123c0fe69c8a4babfebd12851f --- packaging/data-provider-master.spec | 5 ----- 1 file changed, 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} -- cgit v1.2.3