mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
xmlsec1: fix build with gnutls or openssl PACKAGECONFIG not enabled
the .pc files might not be installed based on the PACKAGECONFIG value fixes: https://git.openembedded.org/meta-openembedded/commit/?id=cce20b5124e28ee55adf03fe062084f38d065580 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6914e20d63
commit
8f6d4090e2
|
|
@ -59,7 +59,7 @@ do_install:append() {
|
|||
${libdir}/xmlsec1Conf.sh \
|
||||
${libdir}/pkgconfig/xmlsec1-openssl.pc \
|
||||
${libdir}/pkgconfig/xmlsec1-gnutls.pc; do
|
||||
sed -i -e "s@${RECIPE_SYSROOT}@@g" ${D}$i
|
||||
[ -f ${D}$i ] && sed -i -e "s@${RECIPE_SYSROOT}@@g" ${D}$i || true
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user