Stop building diff tools by gbs 09/169009/4
authorSunmin Lee <sunm.lee@samsung.com>
Thu, 1 Feb 2018 06:26:54 +0000 (15:26 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 5 Feb 2018 06:28:51 +0000 (15:28 +0900)
The diff tools package is not being used.
Instead of it, local_build script is available to install it directly.

Change-Id: I640e537ca4f6f27975be83b25b124a800a2dfea6
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
CMakeLists.txt
packaging/libtota.spec

index a1e41e2232f46c55334f662a38fcc887026c6a29..8df6b0f1715dbb33f25a2939868c1ffd88a769ec 100755 (executable)
@@ -82,5 +82,3 @@ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/tota.pc DESTINATION ${LIB_INSTALL_DIR}
 FOREACH(hfile ${HEADERS})
         INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${hfile} DESTINATION include)
 ENDFOREACH(hfile)
-
-ADD_SUBDIRECTORY(bsdiff)
index 1e35a0084304085ea5e1dfa7f8ad74d239e75b97..9dccfbd6b820af5bd3dc0fc4dae8c1bde664c37c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          libtota
 Summary:       fota update library
-Version:       1.1.0
+Version:       1.2.0
 Release:       0
 Group:         System
 License:       Apache-2.0 and BSD-2-Clause and BSD-3-Clause and PD
@@ -9,7 +9,6 @@ Source0:        %{name}-%{version}.tar.gz
 BuildRequires: cmake
 BuildRequires: pkgconfig(libsmack)
 BuildRequires: pkgconfig(lib7zip)
-BuildRequires: pkgconfig(libdivsufsort)
 
 %description
 Fota update agent which update firmware using delta files
@@ -23,13 +22,6 @@ Group:          Development/Libraries
 %description devel
 Description: libfactory library (development)
 
-%package -n tota-bsdiff
-Summary:       bsdiff / bspatch tools for TOTA
-
-%description -n tota-bsdiff
-bsdiff / bspatch are tools for building and applying patches to binary files.
-This package offers these tools for TOTA.
-
 %prep
 %setup -q
 
@@ -77,7 +69,3 @@ cp libtota.a %{buildroot}%{_libdir}/libtota.a
 %{_includedir}/SS_Nand.h
 %{_includedir}/SS_UPI.h
 %{_includedir}/ua_types.h
-
-%files -n tota-bsdiff
-%{_bindir}/ss_bsdiff
-%{_bindir}/ss_bspatch