GNOME Bugzilla – Bug 795526
recipes: Add new recipe gst-omx
Last modified: 2018-04-26 18:06:45 UTC
.
Created attachment 371354 [details] [review] recipes: new gst-omx recipe
Review of attachment 371354 [details] [review]: I would put gst-omx into the codecs package instead of it's own package. ::: recipes/gst-omx-1.0.recipe @@ +18,3 @@ + self.append_env['CFLAGS'] = " -Wno-error " + self.append_env['CXXFLAGS'] = " -Wno-error " + self.append_env['CPPFLAGS'] = " -Wno-error " Those shouldn't be needed, the -Werror should only be for pre-releases @@ +24,3 @@ + + if self.config.variants.rpi: + eq = '=' if self.config.sysroot else '' I think you can put the '=' unconditionally
Created attachment 371405 [details] [review] recipes: new recipe gst-omx
Merged! Attachment 371405 [details] pushed as 238067c - recipes: new recipe gst-omx