summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangYoun Kwak <sy.kwak@samsung.com>2024-10-16 14:54:05 +0900
committerSangYoun Kwak <sy.kwak@samsung.com>2024-10-16 15:11:22 +0900
commit8317f4d9560f9877b94809167c1fc168a16ebcb3 (patch)
treeb5c2329581ba5acd387818cbac693ad9a304c737
parent6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f (diff)
downloadrootstrap-sandbox/sykwak/simple_rootstrap.tar.gz
rootstrap-sandbox/sykwak/simple_rootstrap.tar.bz2
rootstrap-sandbox/sykwak/simple_rootstrap.zip
Simplify hal-rootstrap for testingsandbox/sykwak/simple_rootstrap
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
-rw-r--r--packaging/hal-rootstrap.spec49
1 files changed, 1 insertions, 48 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec
index 4becef8..dc3ddc8 100644
--- a/packaging/hal-rootstrap.spec
+++ b/packaging/hal-rootstrap.spec
@@ -1,10 +1,5 @@
%define name hal-rootstrap
%define devel_name hal-rootstrap-devel
-%define hal_rootstrap_install_path /opt/data/hal-rootstrap/common
-
-%define headed_name hal-rootstrap-headed
-%define headed_devel_name hal-rootstrap-headed-devel
-%define hal_rootstrap_headed_install_path /opt/data/hal-rootstrap/headed
Name: hal-rootstrap
Summary: Package for rootstrap of hal
@@ -19,7 +14,7 @@ BuildRequires: cmake
BuildRequires: xmlstarlet
BuildRequires: python3
-BuildRequires: hal-rootstrap-data-common
+#BuildRequires: hal-rootstrap-data-common
### hal-rootstrap
%description
@@ -34,23 +29,6 @@ Requires: %{name} = %{version}-%{release}
%description -n %{devel_name}
%{name} Interface for product vendor developer
-### hal-rootstrap-headed
-%package -n %{headed_name}
-Summary: Package for rootstrap of hal, for headed image
-AutoReqProv: no
-
-%description -n %{headed_name}
-Package for rootstrap of hal, for headed image
-
-### hal-rootstrap-headed-devel
-%package -n %{headed_devel_name}
-Summary: %{headed_name} interface
-Group: Development/Libraries
-Requires: %{headed_name} = %{version}-%{release}
-
-%description -n %{headed_devel_name}
-${headed_name} Interface for product vendor developer
-
%prep
%setup -q
%cmake . -DCMAKE_LIBDIR_PREFIX=%{_libdir}
@@ -62,33 +40,8 @@ make %{?jobs:-j%jobs}
rm -rf %{buildroot}
mkdir %{buildroot}
mkdir -p %{buildroot}%{_libdir}/pkgconfig/
-
-# hal-rootstrap
-./generate_rootstrap.sh "%{_arch}" "common" "%{buildroot}%{hal_rootstrap_install_path}"
cp packaging/hal-rootstrap.pc %{buildroot}%{_libdir}/pkgconfig/
-./modify_pc.py "%{buildroot}%{_libdir}/pkgconfig/hal-rootstrap.pc" "%{buildroot}%{hal_rootstrap_install_path}/%{_libdir}/pkgconfig"
-rm -f "%{buildroot}%{hal_rootstrap_install_path}/%{_libdir}/pkgconfig/*.pc"
-
-# hal-rootstrap-headed
-./generate_rootstrap.sh "%{_arch}" "headed" "%{buildroot}%{hal_rootstrap_headed_install_path}"
-cp packaging/hal-rootstrap-headed.pc %{buildroot}%{_libdir}/pkgconfig/
-./modify_pc.py "%{buildroot}%{_libdir}/pkgconfig/hal-rootstrap-headed.pc" "%{buildroot}%{hal_rootstrap_headed_install_path}/%{_libdir}/pkgconfig"
-rm -f "%{buildroot}%{hal_rootstrap_headed_install_path}/%{_libdir}/pkgconfig/*.pc"
-
-%files
-%{hal_rootstrap_install_path}
-%exclude %dir %{hal_rootstrap_install_path}/%{_includedir}
%files -n %{devel_name}
%defattr(-,root,root,-)
-%{hal_rootstrap_install_path}/%{_includedir}
%{_libdir}/pkgconfig/hal-rootstrap.pc
-
-%files -n %{headed_name}
-%{hal_rootstrap_headed_install_path}
-%exclude %dir %{hal_rootstrap_headed_install_path}/%{_includedir}
-
-%files -n %{headed_devel_name}
-%defattr(-,root,root,-)
-%{hal_rootstrap_headed_install_path}/%{_includedir}
-%{_libdir}/pkgconfig/hal-rootstrap-headed.pc