From dddddeb4dee99273d2a47faa0f6d8f522a05e13a Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 7 Jun 2023 15:37:44 +0200 Subject: [PATCH] overlay coreos/config: Drop python-oem leftovers The dev-lang/python-oem package is no more, so drop the environment overrides for it. --- .../coreos-overlay/coreos/config/env/dev-lang/python-oem | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem deleted file mode 100644 index 8b527f5a5d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-lang/python-oem +++ /dev/null @@ -1,9 +0,0 @@ -# Work around configure test that cannot be cross compiled :( -# -# When checking if this is still applicable, try grepping the -# configure script for lines with "$cross_compiling", like -# -# grep -B 20 -F 'when cross compiling' configure - -export ac_cv_file__dev_ptc=no -export ac_cv_file__dev_ptmx=yes