[Bug 755173] deploying java class from plugin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 16 00:21:21 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755173
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #313415|none |needs-work
status| |
--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 313415:
--> (https://bugzilla.gnome.org/review?bug=755173&attachment=313415)
::: recipes/gst-plugins-bad-1.0-static.recipe
@@ +184,3 @@
+ if self.config.target_platform == Platform.ANDROID:
+ self.files_devel += \
+ 'share/gst-android/ndk-build'
That's not how this works:
>>> foo=[]
>>> foo+='bla'
>>> foo
['b', 'l', 'a']
You have to use += ['share/...']
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list