mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
brotli: rename static libraries avoding the -static suffix.
This leads to link failures such as the ones described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943321 Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
7cd2604172
commit
cf6fe4615d
@@ -12,3 +12,9 @@ SRCREV= "d6d98957ca8ccb1ef45922e978bb10efca0ea541"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake lib_package
|
||||
|
||||
do_install_append () {
|
||||
for lib in $(ls ${D}${libdir}/*-static.a); do
|
||||
mv -v "${lib}" "$(echo ${lib} | sed s/-static//)"
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user