packaging: u-boot-xu3: remove u-boot-tools package
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 7 Nov 2019 21:28:25 +0000 (06:28 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 8 Nov 2019 01:44:49 +0000 (10:44 +0900)
Remove u-boot-tools package in u-boot-xu3.spec.
u-boot-tools is also building from u-boot-rpi3-32b.spec.
So it's created duplicated rpm on download.tizen.org.
- u-boot-tools-2019.10-38.1.armv7l.rpm
- u-boot-tools-2019.10-39.1.armv7l.rpm

Change-Id: I5c1e83935d4c37f8bff3f2bcf53283b3a7cc116c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/u-boot-xu3.spec

index 0ee56e7..4979451 100644 (file)
@@ -29,16 +29,6 @@ intended to be easy to port and to debug, and runs on many
 supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS,
 and Microblaze.
 
-%package -n u-boot-tools
-Summary: Companion tools for Das U-Boot bootloader
-Group: System/Kernel
-Provides: dtc
-
-%description -n u-boot-tools
-This package includes the mkimage program, which allows generation of U-Boot
-images in various formats, and the fw_printenv and fw_setenv programs to read
-and modify U-Boot's environment.
-
 %ifarch %{arm}
 %global use_mmc_storage 1
 %endif
@@ -87,13 +77,6 @@ rm copy_env_common.o default_envs.txt
 %install
 rm -rf %{buildroot}
 
-# Tools installation
-mkdir -p %{buildroot}%{_bindir}
-install -p -m 0755 tools/mkimage %{buildroot}%{_bindir}
-install -p -m 0755 tools/env/fw_printenv %{buildroot}%{_bindir}
-install -p -m 0755 tools/dtc/dtc %{buildroot}%{_bindir}
-( cd %{buildroot}%{_bindir}; ln -sf fw_printenv fw_setenv )
-
 # u-boot installation
 mkdir -p %{buildroot}/var/tmp/u-boot-xu3
 install -d %{buildroot}/var/tmp/u-boot-xu3
@@ -107,11 +90,3 @@ install -m 755 params.bin %{buildroot}/var/tmp/u-boot-xu3
 %manifest u_boot_xu3.manifest
 %defattr(-,root,root,-)
 /var/tmp/u-boot-xu3
-
-%files -n u-boot-tools
-%manifest u_boot_xu3.manifest
-%defattr(-,root,root,-)
-%{_bindir}/mkimage
-%{_bindir}/fw_printenv
-%{_bindir}/fw_setenv
-%{_bindir}/dtc