mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
xmlsec1: remove host paths from target files
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
d01d18ad95
commit
7a503cbfa2
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user