From: Wenzong Fan <[email protected]>
Signed-off-by: Wenzong Fan <[email protected]>
---
recipes-security/xmlsec1/xmlsec1_1.2.25.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
b/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
index dbb6f7d..341ca08 100644
--- a/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
+++ b/recipes-security/xmlsec1/xmlsec1_1.2.25.bb
@@ -46,7 +46,10 @@ do_compile_ptest () {
}
do_install_append() {
- sed -i -e "s@${STAGING_DIR}@@g" ${D}${bindir}/xmlsec1-config
+ for i in ${bindir}/xmlsec1-config ${libdir}/xmlsec1Conf.sh \
+ ${libdir}/pkgconfig/xmlsec1-openssl.pc; do
+ sed -i -e "s@${RECIPE_SYSROOT}@@g" ${D}$i
+ done
}
do_install_ptest () {
--
2.8.1
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto