From b4c305ffc48f33a5e440430568e21a68627563c2 Mon Sep 17 00:00:00 2001 From: Nishant Chaprana Date: Wed, 1 May 2019 10:47:51 +0530 Subject: [PATCH] Use libnl-3.0 in place of libnl-2.0 Change-Id: Ied635188934919066c973328248ad494a997a1b3 Signed-off-by: Nishant Chaprana --- CMakeLists.txt | 3 ++- packaging/net-config.spec | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.7.4