From 8c239e1d29a35cf102da2dfef7e23eb70c09b0ab Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 24 Feb 2021 15:53:58 -0500 Subject: meta-agl-core: remove libsoup bbappend Remove now libsoup bbappend as it seems no longer necessary with upstream poky master, and also remove libsoup from the autobuilder image, as there is no longer any need to test building it. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I01b9fbfbf0d5b40df72f6be88322bbd855335d92 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26097 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 --- meta-agl-core/recipes-platform/images/agl-image-core-autobuilder.bb | 1 - meta-agl-core/recipes-support/libsoup/libsoup-2.4_%.bbappend | 1 - 2 files changed, 2 deletions(-) delete mode 100644 meta-agl-core/recipes-support/libsoup/libsoup-2.4_%.bbappend (limited to 'meta-agl-core') diff --git a/meta-agl-core/recipes-platform/images/agl-image-core-autobuilder.bb b/meta-agl-core/recipes-platform/images/agl-image-core-autobuilder.bb index 3855b3c23..866d98177 100644 --- a/meta-agl-core/recipes-platform/images/agl-image-core-autobuilder.bb +++ b/meta-agl-core/recipes-platform/images/agl-image-core-autobuilder.bb @@ -14,5 +14,4 @@ IMAGE_INSTALL_append = "\ weston-examples \ curl \ ptest-runner \ - libsoup-2.4 \ " diff --git a/meta-agl-core/recipes-support/libsoup/libsoup-2.4_%.bbappend b/meta-agl-core/recipes-support/libsoup/libsoup-2.4_%.bbappend deleted file mode 100644 index 06651fc11..000000000 --- a/meta-agl-core/recipes-support/libsoup/libsoup-2.4_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -EXTRA_OECONF_append_class-native = " --disable-tls-check" -- cgit 1.2.3-korg