summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-08-12 15:30:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-08-17 15:49:58 +0000
commit61d41b58d300f2f9b8985361f93e698aa8888a65 (patch)
treeee065579683e20055fc8b928186f13af3352895c /meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend
parent6ae3e85c249ab7c8c9205e670df2377789ffa731 (diff)
Add backported patch to overcome host contamination issue
This patch is required to fix a cross-compilation issue due to host contamination. It is a backport from meta-openembedded master branch and submitted to dunfell. Bug-AGL: SPEC-4051 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I22aa1777d1e8606c54c873f53e380263f8f8a05b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26579 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend')
-rw-r--r--meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend b/meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend
new file mode 100644
index 000000000..2d5dccdfe
--- /dev/null
+++ b/meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+# 2021-08-15:
+# Fix a host contamination
+# Submitted upstream as backport from meta-oe-master
+# https://lists.openembedded.org/g/openembedded-devel/message/92583
+
+SRC_URI += "file://ensure-search-path-non-host.patch"
+