mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
elfutils: Don't ship tools
I don't think there is any point that we ship these. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
usr/bin/eu-addr2line
|
#usr/bin/eu-addr2line
|
||||||
usr/bin/eu-ar
|
#usr/bin/eu-ar
|
||||||
usr/bin/eu-elfclassify
|
#usr/bin/eu-elfclassify
|
||||||
usr/bin/eu-elfcmp
|
#usr/bin/eu-elfcmp
|
||||||
usr/bin/eu-elfcompress
|
#usr/bin/eu-elfcompress
|
||||||
usr/bin/eu-elflint
|
#usr/bin/eu-elflint
|
||||||
usr/bin/eu-findtextrel
|
#usr/bin/eu-findtextrel
|
||||||
usr/bin/eu-make-debug-archive
|
#usr/bin/eu-make-debug-archive
|
||||||
usr/bin/eu-nm
|
#usr/bin/eu-nm
|
||||||
usr/bin/eu-objdump
|
#usr/bin/eu-objdump
|
||||||
usr/bin/eu-ranlib
|
#usr/bin/eu-ranlib
|
||||||
usr/bin/eu-readelf
|
#usr/bin/eu-readelf
|
||||||
usr/bin/eu-size
|
#usr/bin/eu-size
|
||||||
usr/bin/eu-srcfiles
|
#usr/bin/eu-srcfiles
|
||||||
usr/bin/eu-stack
|
#usr/bin/eu-stack
|
||||||
usr/bin/eu-strings
|
#usr/bin/eu-strings
|
||||||
usr/bin/eu-strip
|
#usr/bin/eu-strip
|
||||||
usr/bin/eu-unstrip
|
#usr/bin/eu-unstrip
|
||||||
#usr/include/dwarf.h
|
#usr/include/dwarf.h
|
||||||
#usr/include/elfutils
|
#usr/include/elfutils
|
||||||
#usr/include/elfutils/elf-knowledge.h
|
#usr/include/elfutils/elf-knowledge.h
|
||||||
|
|||||||
@@ -41,7 +41,25 @@ extract_files
|
|||||||
rm -vf \
|
rm -vf \
|
||||||
/opt/pakfire/db/installed/meta-elfutils \
|
/opt/pakfire/db/installed/meta-elfutils \
|
||||||
/opt/pakfire/db/meta/meta-elfutils \
|
/opt/pakfire/db/meta/meta-elfutils \
|
||||||
/opt/pakfire/db/rootfiles/elfutils
|
/opt/pakfire/db/rootfiles/elfutils \
|
||||||
|
/usr/bin/eu-addr2line \
|
||||||
|
/usr/bin/eu-ar \
|
||||||
|
/usr/bin/eu-elfclassify \
|
||||||
|
/usr/bin/eu-elfcmp \
|
||||||
|
/usr/bin/eu-elfcompress \
|
||||||
|
/usr/bin/eu-elflint \
|
||||||
|
/usr/bin/eu-findtextrel \
|
||||||
|
/usr/bin/eu-make-debug-archive \
|
||||||
|
/usr/bin/eu-nm \
|
||||||
|
/usr/bin/eu-objdump \
|
||||||
|
/usr/bin/eu-ranlib \
|
||||||
|
/usr/bin/eu-readelf \
|
||||||
|
/usr/bin/eu-size \
|
||||||
|
/usr/bin/eu-srcfiles \
|
||||||
|
/usr/bin/eu-stack \
|
||||||
|
/usr/bin/eu-strings \
|
||||||
|
/usr/bin/eu-strip \
|
||||||
|
/usr/bin/eu-unstrip
|
||||||
|
|
||||||
# Remove files
|
# Remove files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user