From: Philippe Coval Date: Mon, 29 Aug 2016 14:59:34 +0000 (+0200) Subject: tizen: Depend on profile's bluetooth package if available X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a478a58e22554f45fde44f883b08d23d1fde444;p=contrib%2Fiotivity.git tizen: Depend on profile's bluetooth package if available This is needed for Tizen:Common (currently major version 3) Change-Id: I768771e3d6eafe362e4678d3c13be3022eb79f85 Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/17683 Tested-by: jenkins-iotivity Reviewed-by: Mats Wichmann Reviewed-by: Jaehong Jo Reviewed-by: Ashok Babu Channa --- diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index c86efee..638b0d9 100755 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -107,6 +107,9 @@ BuildRequires: pkgconfig(ttrace) %endif BuildRequires: pkgconfig(capi-network-connection) BuildRequires: pkgconfig(capi-network-bluetooth) >= 0.1.52 +%if 3 <= 0%{?tizen_version_major} +BuildRequires: bluetooth-tools-profile_%{profile} +%endif %else %if 0%{?fedora:1} BuildRequires: sqlite-devel