From 7060afc6cfcf73db696dce91e930f5364db85183 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 23 Oct 2023 20:04:37 +0530 Subject: cerbero: Reject MSYS2 cmake during bootstrap The previous fix for this was incomplete: we also need to reject MSYS2 cmake during bootstrap. Also get rid of a useless `which()` reimplementation and an incorrectly-committed blank file. Part-of: --- recipes/glib-networking.recipe | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes') diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe index bf76cb30..da4a40c2 100644 --- a/recipes/glib-networking.recipe +++ b/recipes/glib-networking.recipe @@ -1,6 +1,5 @@ # -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python import os -from cerbero.utils.shell import which from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): -- cgit v1.2.3