misc: deprecate elftool
Type: make Change-Id: I34fec1c40ef660177c266517eaf41d60827609f4 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
72db664c76
commit
5505ee8904
@@ -34,7 +34,7 @@ of files: rule/function definitions, and target lists.
|
||||
find_package(OpenSSL REQUIRED)
|
||||
set(SUBDIRS
|
||||
vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vcl plugins
|
||||
vpp-api tools/vppapigen tools/g2 tools/elftool tools/perftool)
|
||||
vpp-api tools/vppapigen tools/g2 tools/perftool)
|
||||
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
|
||||
set(SUBDIRS vppinfra)
|
||||
else()
|
||||
|
@@ -289,7 +289,6 @@ export NO_BRP_CHECK_RPATH=true
|
||||
%{_unitdir}/vpp.service
|
||||
%{_bindir}/vpp*
|
||||
%{_bindir}/svm*
|
||||
%{_bindir}/elftool
|
||||
%dir %{_sysconfdir}/vpp
|
||||
%config %{_sysconfdir}/sysctl.d/80-vpp.conf
|
||||
%config %{_sysconfdir}/vpp/startup.conf
|
||||
|
@@ -375,7 +375,6 @@ fi
|
||||
%{_unitdir}/vpp.service
|
||||
/usr/bin/vpp*
|
||||
/usr/bin/svm*
|
||||
/usr/bin/elftool
|
||||
%config(noreplace) /etc/sysctl.d/80-vpp.conf
|
||||
%config(noreplace) /etc/vpp/startup.conf
|
||||
/usr/share/vpp/api/*
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/etc/vpp(/.*)? gen_context(system_u:object_r:vpp_config_rw_t,s0)
|
||||
|
||||
/usr/bin/elftool -- gen_context(system_u:object_r:vpp_exec_t,s0)
|
||||
/usr/bin/svmdbtool -- gen_context(system_u:object_r:vpp_exec_t,s0)
|
||||
/usr/bin/svmtool -- gen_context(system_u:object_r:vpp_exec_t,s0)
|
||||
/usr/bin/vpp -- gen_context(system_u:object_r:vpp_exec_t,s0)
|
||||
|
@@ -143,7 +143,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
||||
find_package(OpenSSL REQUIRED)
|
||||
set(SUBDIRS
|
||||
vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vcl plugins
|
||||
vpp-api tools/vppapigen tools/g2 tools/elftool tools/perftool cmake pkg
|
||||
vpp-api tools/vppapigen tools/g2 tools/perftool cmake pkg
|
||||
tools/appimage
|
||||
)
|
||||
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
|
||||
|
Reference in New Issue
Block a user