Commit e68f6b5e authored by Florent Revest's avatar Florent Revest

Remove useless remove-libtool.bbclass since we upgraded to krogoth

parent f4c20ad5
# /!\ This is temporarily in meta-asteroid because we haven't fully updated to krogoth but this belongs to oe-core
# This class removes libtool .la files after do_install
REMOVE_LIBTOOL_LA ?= "1"
remove_libtool_la() {
if [ "${REMOVE_LIBTOOL_LA}" != "0" ]; then
find "${D}" -ignore_readdir_race -name "*.la" -delete
fi
}
do_install[postfuncs] += "remove_libtool_la"
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