summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJacek Pielaszkiewicz <j.pielaszkie@samsung.com>2014-01-02 22:22:38 -0800
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:46:08 +0900
commit2fa39d7c27cd967711661ccbe84489f1a7319e60 (patch)
treedc80433ccd9927e1c1f1704f9efb9312d8389ac1 /packaging
parent203fbb66fb41f08a9c2ea621c9e956a8908290c4 (diff)
downloadlinux-3.10-2fa39d7c27cd967711661ccbe84489f1a7319e60.tar.gz
linux-3.10-2fa39d7c27cd967711661ccbe84489f1a7319e60.tar.bz2
linux-3.10-2fa39d7c27cd967711661ccbe84489f1a7319e60.zip
Revert "linux-kernel and linux kernel modules ABI - next changes"
This reverts commit 45fe7044915b03bc6444102e55e45cccf4a4455d. Change-Id: Ie479df1039134b1fcd89bc942c61d6669c51faf0
Diffstat (limited to 'packaging')
-rw-r--r--packaging/linux-kernel.spec19
1 files changed, 0 insertions, 19 deletions
diff --git a/packaging/linux-kernel.spec b/packaging/linux-kernel.spec
index 485f06e39e6..e199f9bfbaf 100644
--- a/packaging/linux-kernel.spec
+++ b/packaging/linux-kernel.spec
@@ -52,18 +52,10 @@ glibc package.
%package abi-tools
Summary: Kernael ABI tools
Group: Development/System
-Requires: libelf
%description abi-tools
The package provide set of tools to test and create ABI/API dumps.
-%package abi-devel
-Summary: Kernael ABI development package
-Group: Development/System
-
-%description abi-devel
-The package provide ABI/API fingerprint developemnt repository
-
%package sources
Summary: Full linux kernel sources for out-of-tree modules
Group: Development/System
@@ -147,10 +139,6 @@ make INSTALL_PATH=%{buildroot} INSTALL_MOD_PATH=%{buildroot} O=%{kernel_build_di
# 4.1 Install ABI/API tools
cp abi-checker/src/abi-checker %{buildroot}/usr/local/bin
-cp abi-checker/src/abi-module-checker %{buildroot}/usr/local/bin
-cp abi-checker/src/abi-module-dumper %{buildroot}/usr/local/bin
-cp abi-checker/src/abi-module-kernels-list %{buildroot}/usr/local/bin
-chmod 755 %{buildroot}/usr/local/bin/*
# 4.2 Install abi_%{version} file
%if %{with abidev}
@@ -193,8 +181,6 @@ rm -rf %{buildroot}/boot/vmlinux*
# 6. Create symbolic links
ln -sf /usr/src/linux-kernel-sources-%{version}-%{build_id} %{buildroot}/usr/src/linux-kernel-build-%{version}-%{build_id}/source
-ln -sf /usr/src/linux-kernel-build-%{version}-%{build_id} %{buildroot}/usr/src/linux-kernel-build-current
-ln -sf /usr/src/linux-kernel-sources-%{version}-%{build_id} %{buildroot}/usr/src/linux-kernel-sources-current
%clean
rm -rf %{buildroot}
@@ -206,12 +192,10 @@ rm -rf %{buildroot}
%files sources
%defattr (-, root, root)
/usr/src/linux-kernel-sources-%{version}-%{build_id}
-/usr/src/linux-kernel-sources-current
%files build
%defattr (-, root, root)
/usr/src/linux-kernel-build-%{version}-%{build_id}
-/usr/src/linux-kernel-build-current
%files uImage
%if %{without abidev}
@@ -227,6 +211,3 @@ rm -rf %{buildroot}
%files abi-dev
/boot/abi
%endif
-
-%files abi-devel
-/boot/abi