Remove remote-clients SDK Module from StarlingX

Spec files no longer requires specific remote-clients SDK actions

Story: 2005275
Task: 30125

Change-Id: I5c54235603c5452abb0762ca4c7f32dd647be7b1
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2019-03-22 11:21:44 -04:00
parent 0564c95e88
commit 46e7ef2b13
2 changed files with 1 additions and 7 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="cgts-client"
TIS_PATCH_VER=62
TIS_PATCH_VER=63

View File

@ -60,10 +60,6 @@ install -m 644 dist/*.whl $RPM_BUILD_ROOT/wheels/
install -d -m 755 %{buildroot}%{local_etc_bash_completiond}
install -p -D -m 664 tools/system.bash_completion %{buildroot}%{local_etc_bash_completiond}/system.bash_completion
# prep SDK package
mkdir -p %{buildroot}/usr/share/remote-clients
tar zcf %{buildroot}/usr/share/remote-clients/python-wrs-system-client-%{version}.tgz --exclude='.gitignore' --exclude='.gitreview' -C .. --transform="s/%{name}-%{version}/python-wrs-system-client-%{version}/" %{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@ -77,8 +73,6 @@ rm -rf $RPM_BUILD_ROOT
%{pythonroot}/cgtsclient
%{pythonroot}/cgtsclient-%{version}*.egg-info
%files sdk
/usr/share/remote-clients/python-wrs-system-client-%{version}.tgz
%package wheels
Summary: %{name} wheels