diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-11-05 21:11:46 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-11-05 17:04:00 +0100 |
commit | e2a08680f8b64cf19ed211e6387001a25b276cde (patch) | |
tree | 0a17dae41d6129953801d140edc9515f591148ad /packages | |
parent | cbb6dae6fad18e968223ae12e95a5ffd2f8f1da4 (diff) |
gstreamer-1.0-core: Don't add the plugins_core and lang categories for -bad twice
Was causing a build failure:
https://ci.gstreamer.net/job/cerbero-fedora-20/1476/consoleFull
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gstreamer-1.0-core.package | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gstreamer-1.0-core.package b/packages/gstreamer-1.0-core.package index 81cc31a1..3ef9f906 100644 --- a/packages/gstreamer-1.0-core.package +++ b/packages/gstreamer-1.0-core.package @@ -19,7 +19,6 @@ class Package(package.Package): files = ['gstreamer-1.0', 'gst-plugins-base-1.0:bins:libs:core:lang', 'gst-shell', 'gst-plugins-good-1.0:plugins_core:lang', - 'gst-plugins-bad-1.0:plugins_core:lang', 'gst-plugins-bad-1.0:plugins_core:lang:libs', 'gst-plugins-ugly-1.0:plugins_core:lang'] files_devel = ['gstreamer-1.0-static', 'gst-plugins-base-1.0-static:plugins_core_devel', |