Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
b1f5f84d
Commit
b1f5f84d
authored
Nov 25, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Dec 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "get_libs_requires: avoid libs spam (eterbug #17815)"
This reverts commit
ab6ab074
. (fixed get_libs_requires)
parent
396a94e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common.sh
repack.d/common.sh
+2
-2
No files found.
repack.d/common.sh
View file @
b1f5f84d
...
...
@@ -441,7 +441,7 @@ get_libs_requires()
local
fdir
=
"
$BUILDROOT
/
$1
"
__get_binary_requires
"
$fdir
"
|
LANG
=
C
sort
-u
>
$libreqlist
estrlist reg_wordexclude
"
$EEPM_IGNORE_LIB_REQUIRES
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
>
/dev/null 2>&1
estrlist reg_wordexclude
"
$EEPM_IGNORE_LIB_REQUIRES
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
if
[
-n
"
$verbose
"
]
;
then
info
" List of binary and libs requires:"
info
"
$(
cat
$libreqlist
| xargs
-n1000
)
"
...
...
@@ -449,7 +449,7 @@ get_libs_requires()
fi
__get_library_provides
"
$fdir
"
|
LANG
=
C
sort
-u
>
$libpreslist
estrlist reg_wordexclude
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
>
/dev/null 2>&1
estrlist reg_wordexclude
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
if
[
-n
"
$verbose
"
]
;
then
info
" List of libraries provided:"
info
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment