diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-10-23 20:04:37 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2023-11-17 11:53:21 +0000 |
commit | 7060afc6cfcf73db696dce91e930f5364db85183 (patch) | |
tree | 2fecc5d9a9b0142a21e2910dcbd6c378e5d38b19 /recipes | |
parent | 9a34942033a9be909aab2703a9cab5922affc2c3 (diff) |
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: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1288>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/glib-networking.recipe | 1 |
1 files changed, 0 insertions, 1 deletions
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): |