summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-06 15:11:18 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-07-06 15:11:18 +0530
commit7f1a41e93d50c8f02ab0e879903a650efc53ce48 (patch)
tree69ca25dd2d387e453baa7c727b3197df26f77fc9 /packages
parent5b48b2dbdbe0cabce703df56f9a21ddd6012a163 (diff)
cerbero: Fix packaging on Windows
This broke in 8f0c0915f9332364409c75cbb8536025ed1dbebb, with the changes in `packages/gstreamer-1.0/gstreamer-1.0.package`. `self.platform_packages` gets added twice if we fetch `self.package` twice in one assignment. We didn't notice this earlier because we only use `platform_packages` on Windows. > gstreamer-1.0-msvc-x86_64-1.17.2.wxs(150) : error LGHT0091 : Duplicate symbol 'Feature:_vsintegration_1.0' found. This typically means that an Id is duplicated. Check to make sure all your identifiers of a given type (File, Component, Feature) are unique. > gstreamer-1.0-msvc-x86_64-1.17.2.wxs(157) : error LGHT0092 : Location of symbol related to previous error. > gstreamer-1.0-msvc-x86_64-1.17.2.wxs(153) : error LGHT0091 : Duplicate symbol 'Feature:_gstreamer_1.0_vs_templates' found. This typically means that an Id is duplicated. Check to make sure all your identifiers of a given type (File, Component, Feature) are unique. > gstreamer-1.0-msvc-x86_64-1.17.2.wxs(160) : error LGHT0092 : Location of symbol related to previous error. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/536>
Diffstat (limited to 'packages')
0 files changed, 0 insertions, 0 deletions