diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-09-10 16:38:55 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-09-13 22:47:21 +0000 |
commit | 7ba1d202999022f2fa6fa74471581e7eadaf0a85 (patch) | |
tree | cedb0f75f274752672d5d8e22aaf68dd8fc49c44 /meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend | |
parent | 1b6d5c8ecfdce6c90ed2c2570f892385c123619e (diff) |
xmlsec1: remove backported patch
The backported host contamination fix for xmlsec1 can now be
removed since meta-oe now includes it.
Bug-AGL: SPEC-4051
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2b41872f67c25cdbd4e250a399293afde2284a27
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26630
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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.%.bbappend | 9 |
1 files changed, 0 insertions, 9 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 deleted file mode 100644 index 2d5dccdfe..000000000 --- a/meta-agl-bsp/openembedded-layer/recipes-support/xmlsec1/xmlsec1_1.2.%.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -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" - |