From: Nishant Chaprana Date: Wed, 1 May 2019 05:17:51 +0000 (+0530) Subject: Use libnl-3.0 in place of libnl-2.0 X-Git-Tag: submit/tizen/20190520.082305^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4c305ffc48f33a5e440430568e21a68627563c2;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Use libnl-3.0 in place of libnl-2.0 Change-Id: Ied635188934919066c973328248ad494a997a1b3 Signed-off-by: Nishant Chaprana --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 550702a..13ab4ee 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,8 @@ PKG_CHECK_MODULES(pkgs REQUIRED capi-system-info key-manager libtzplatform-config - libnl-2.0 + libnl-3.0 + libnl-genl-3.0 ${P2P_REQUIRED_PKGS} ${WEARABLE_REQUIRED_PKGS} ) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index c6bde99..60a14a7 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.143 +Version: 1.1.144 Release: 3 Group: System/Network License: Apache-2.0 @@ -15,7 +15,8 @@ BuildRequires: cmake BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(key-manager) -BuildRequires: pkgconfig(libnl-2.0) +BuildRequires: pkgconfig(libnl-3.0) +BuildRequires: pkgconfig(libnl-genl-3.0) Requires: vconf Requires: connman Requires: systemd