Skip to content

Commit

Permalink
Remove brp-elfperms script
Browse files Browse the repository at this point in the history
This is done based on discussion at:
#3195

Signed-off-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
  • Loading branch information
sshedi authored and pmatilai committed Sep 25, 2024
1 parent 6191388 commit bcf06fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 0 additions & 2 deletions platform.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,10 @@
%__brp_strip %{_rpmconfigdir}/brp-strip %{__strip}
%__brp_strip_comment_note %{_rpmconfigdir}/brp-strip-comment-note %{__strip} %{__objdump}
%__brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive %{__strip}
%__brp_elfperms %{_rpmconfigdir}/brp-elfperms
%__brp_remove_la_files %{_rpmconfigdir}/brp-remove-la-files

%__os_install_post \
%{?__brp_compress} \
%{?__brp_elfperms} \
%{?__brp_strip} \
%{?__brp_strip_static_archive} \
%{?__brp_strip_comment_note} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install(PROGRAMS gendiff TYPE BIN)
install(PROGRAMS
brp-compress brp-strip brp-strip-comment-note
brp-strip-static-archive brp-elfperms brp-remove-la-files
brp-strip-static-archive brp-remove-la-files
check-files check-prereqs
check-buildroot check-rpaths check-rpaths-worker
find-lang.sh find-requires find-provides
Expand Down
13 changes: 0 additions & 13 deletions scripts/brp-elfperms

This file was deleted.

0 comments on commit bcf06fd

Please sign in to comment.