From 7078c78a016fe5343800da49e608b1b08dd52137 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 1 Aug 2018 14:20:59 -0400 Subject: [PATCH] Relocate libfdt to stx-integ/base/libfdt Move content from stx-gplv2 into stx-integ Packages will be relocated to stx-integ: base/ bash cgcs-users cluster-resource-agents dpkg haproxy libfdt netpbm rpm database/ mariadb filesystem/ iscsi-initiator-utils filesystem/drbd/ drbd-tools kernel/kernel-modules/ drbd integrity intel-e1000e intel-i40e intel-i40evf intel-ixgbe intel-ixgbevf qat17 tpmdd ldap/ ldapscripts networking/ iptables net-tools Change-Id: I69f6c32755d05bce2301b9e956c7b18e8d596462 Story: 2002801 Task: 22687 Signed-off-by: Scott Little --- centos_pkg_dirs | 1 - libfdt/.gitignore | 6 ----- libfdt/PKG-INFO | 13 --------- libfdt/README | 6 ----- libfdt/centos/build_srpm.data | 2 -- libfdt/centos/libfdt.spec | 51 ----------------------------------- 6 files changed, 79 deletions(-) delete mode 100644 libfdt/.gitignore delete mode 100644 libfdt/PKG-INFO delete mode 100644 libfdt/README delete mode 100644 libfdt/centos/build_srpm.data delete mode 100644 libfdt/centos/libfdt.spec diff --git a/centos_pkg_dirs b/centos_pkg_dirs index e2fa35a..b08dbc5 100644 --- a/centos_pkg_dirs +++ b/centos_pkg_dirs @@ -1,4 +1,3 @@ -libfdt bash haproxy iptables diff --git a/libfdt/.gitignore b/libfdt/.gitignore deleted file mode 100644 index 14c4956..0000000 --- a/libfdt/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -!.distro -.distro/centos7/rpmbuild/RPMS -.distro/centos7/rpmbuild/SRPMS -.distro/centos7/rpmbuild/BUILD -.distro/centos7/rpmbuild/BUILDROOT -.distro/centos7/rpmbuild/SOURCES/dtc*tar.gz diff --git a/libfdt/PKG-INFO b/libfdt/PKG-INFO deleted file mode 100644 index 197bd39..0000000 --- a/libfdt/PKG-INFO +++ /dev/null @@ -1,13 +0,0 @@ -Metadata-Version: 1.1 -Name: libfdt -Version: 1.4.4 -Summary: Device Tree Compiler -Home-page: -Author: David Gibson -Author-email: david@gibson.dropbear.id.au -License: GPLv2 - -Description: Device Tree Compiler - - -Platform: UNKNOWN diff --git a/libfdt/README b/libfdt/README deleted file mode 100644 index 3da3e22..0000000 --- a/libfdt/README +++ /dev/null @@ -1,6 +0,0 @@ -Only needed for building qemu on Centos. - -I have found traces of this package for earlier epel release (5 and 6). Not -sure why it's not provided anymore. - -Source: https://github.com/qemu/dtc diff --git a/libfdt/centos/build_srpm.data b/libfdt/centos/build_srpm.data deleted file mode 100644 index 80f0c0a..0000000 --- a/libfdt/centos/build_srpm.data +++ /dev/null @@ -1,2 +0,0 @@ -COPY_LIST="$CGCS_BASE/downloads/dtc-1.4.4.tar.gz" -TIS_PATCH_VER=1 diff --git a/libfdt/centos/libfdt.spec b/libfdt/centos/libfdt.spec deleted file mode 100644 index a504490..0000000 --- a/libfdt/centos/libfdt.spec +++ /dev/null @@ -1,51 +0,0 @@ -Summary: libfdt -Name: libfdt -Version: 1.4.4 -Release: 0%{?_tis_dist}.%{tis_patch_ver} -License: GPLv2 -Group: base -Packager: Wind River -URL: unknown -Source0: dtc-1.4.4.tar.gz - -BuildRequires: gcc -BuildRequires: bison -BuildRequires: flex - -%define debug_package %{nil} - -%description -Device Tree Compiler - -%package -n libfdt-devel -Summary: libfdt devel - -%description -n libfdt-devel -libfdt devel - -%define prefix /usr/ - -%prep -%setup -n dtc-1.4.4 - -%build -make - -%install -make install PREFIX=%{buildroot}%{prefix} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%license GPL README.license -%defattr(-,root,root,-) - -# TODO: Devel shouldn't contain bin -%files -n libfdt-devel -%license GPL README.license -%defattr(-,root,root,-) -%{prefix}/bin/* -%dir %{prefix}/include -%{prefix}/include/* -%{prefix}/lib/*