Commit 23080353 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: introduce add_findreq_skiplist

parent 25e54fe8
...@@ -246,6 +246,14 @@ filter_from_requires() ...@@ -246,6 +246,14 @@ filter_from_requires()
done done
} }
add_findreq_skiplist()
{
local i
for i in "$@" ; do
subst "1i%add_findreq_skiplist $i" $SPEC
done
}
# ignore embedded libs # ignore embedded libs
drop_embedded_reqs() drop_embedded_reqs()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment