summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-01-04 07:44:03 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-01-04 08:04:57 +0530
commitd06086b21fb6eac17478b208b84498de9584af9e (patch)
tree2fb953fec54afaba863046aa8bfec63a0ac98b7b
parentb6bcf21b13a4998836a44b8bd19d147c527e0380 (diff)
gst-uninstalled: Remove duplicate tool paths
This was duplicated because we backported it twice. Remove this one so that the script resembles the version in master more closely.
-rwxr-xr-xgst-uninstalled.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst-uninstalled.py b/gst-uninstalled.py
index 09cc861..a1338b0 100755
--- a/gst-uninstalled.py
+++ b/gst-uninstalled.py
@@ -109,12 +109,6 @@ def get_subprocess_env(options, gst_version):
prepend_env_var(env, "PATH", os.path.normpath(
"%s/subprojects/gst-devtools/validate/tools" % options.builddir),
options.sysroot)
- prepend_env_var(env, "PATH", os.path.normpath(
- "%s/subprojects/gstreamer/tools" % options.builddir),
- options.sysroot)
- prepend_env_var(env, "PATH", os.path.normpath(
- "%s/subprojects/gst-plugins-base/tools" % options.builddir),
- options.sysroot)
prepend_env_var(env, "PATH", os.path.join(SCRIPTDIR, 'meson'),
options.sysroot)
env["GST_VERSION"] = gst_version