summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-04-13 23:26:58 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-04-13 23:26:58 +0530
commitc2b6569ea1b1f55c219aa16f81d302c65b349f45 (patch)
treed369f439ef25df822851310c228cbc9c9f7c7092
parentc8d47ef31463d68deea0080519b704324e3eb3ee (diff)
gst recipes: Also move back from tarballs to git
I accidentally pushed the previous incomplete commit straight to master.
-rw-r--r--recipes/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index 5732fc01..1c87c713 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -13,7 +13,7 @@ from cerbero.utils import shell, to_unixpath
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
version = '1.15.90.1'
- tagged_for_release = True
+ tagged_for_release = False
# We want to force the source type to be git when using a manifest else
# we won't actually test the commit(s) specified in the manifest
using_manifest_force_git = False