Remove dependency to libcap and libattr 88/85288/3 accepted/tizen/common/20160829.135901 accepted/tizen/common/20160830.150140 accepted/tizen/ivi/20160830.061210 accepted/tizen/mobile/20160830.060934 accepted/tizen/tv/20160830.061039 accepted/tizen/wearable/20160830.061125 submit/tizen/20160829.010716 submit/tizen/20160830.010724
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 24 Aug 2016 10:56:38 +0000 (12:56 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Fri, 26 Aug 2016 14:59:37 +0000 (07:59 -0700)
Change-Id: I3ac00f6b071625869d96289ce55a5e017f2f2722

packaging/app-installers.spec
src/common/CMakeLists.txt

index b2cb7f5..094c7f4 100644 (file)
@@ -13,8 +13,6 @@ Source1001:     app-installers-tests.manifest
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake
-BuildRequires:  libattr-devel
-BuildRequires:  libcap-devel
 BuildRequires:  gtest-devel
 BuildRequires:  pkgconfig(pkgmgr)
 BuildRequires:  pkgconfig(pkgmgr-parser)
index 722cfe4..dbd5703 100644 (file)
@@ -131,7 +131,6 @@ APPLY_PKG_CONFIG(${TARGET_LIBNAME_COMMON} PUBLIC
 # Extra
 SET_TARGET_PROPERTIES(${TARGET_LIBNAME_COMMON} PROPERTIES VERSION ${VERSION})
 SET_TARGET_PROPERTIES(${TARGET_LIBNAME_COMMON} PROPERTIES SOVERSION ${VERSION_MAJOR})
-TARGET_LINK_LIBRARIES(${TARGET_LIBNAME_COMMON} PRIVATE "-lattr")
 
 # Install
 INSTALL(TARGETS ${TARGET_LIBNAME_COMMON} DESTINATION ${LIB_INSTALL_DIR})