<div dir="ltr"><div dir="ltr">This worked for me on a related problem:<div><span style="color:rgb(0,0,0);font-size:13.44px;font-family:monospace,monospace"><br></span></div><div><span style="color:rgb(0,0,0);font-size:13.44px;font-family:monospace,monospace">sudo apt install --yes </span><span style="color:rgb(0,0,0);font-size:13.44px;font-family:monospace,monospace">libgirepository1.0-dev</span>  <br></div><div><br></div><div>As described here:  <a href="http://gstreamer-devel.966125.n4.nabble.com/gst-build-1-14-on-Ubuntu-16-04-isn-t-working-for-me-td4688093.html#a4688158">http://gstreamer-devel.966125.n4.nabble.com/gst-build-1-14-on-Ubuntu-16-04-isn-t-working-for-me-td4688093.html#a4688158</a></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 4, 2018 at 7:12 AM Nicolas Dufresne <<a href="mailto:nicolas@ndufresne.ca">nicolas@ndufresne.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mardi 04 septembre 2018 à 11:52 +0530, Tarun Tej K a écrit :<br>
> Hi,<br>
> <br>
> I am trying to build the latest gstreamer version 1.14.2 using the<br>
> yocto recipes from <br>
> <a href="https://github.com/openembedded/openembedded-core/tree/master/meta/recipes-multimedia/gstreamer" rel="noreferrer" target="_blank">https://github.com/openembedded/openembedded-core/tree/master/meta/recipes-multimedia/gstreamer</a><br>
> <br>
> I have added new version recipes to my custom yocto layer; added the<br>
> required .bbclass files to 'classes' directory inside my custom<br>
> layer. There are older version (1.4.5, 1.6.0) recipes in other layers<br>
> but my layer has higher priority so the 'bitbake -s' shows 1.14.2 as<br>
> the version of gstreamer family, so that proves the recipes are<br>
> successfully parsed.<br>
> <br>
> After that I am trying to build gstreamer1.0 using the command<br>
> 'bitbake gstreamer1.0' but I get an error saying <br>
> Nothing PROVIDES 'gobject-introspection' .......... <br>
> Close matches: <br>
> gobject-introspection-stub <br>
> gobject-introspection-native<br>
> <br>
> I have verified that the gobject-introspection.bbclass file has been<br>
> added to classed directory of my layer. I have removed gobject-<br>
> introspection from the inherit list in the  <a href="http://gstreamer1.0_1.14.2.bb" rel="noreferrer" target="_blank">gstreamer1.0_1.14.2.bb</a><br>
> and it successfully continued to bitbake until some 'installed but<br>
> not shipped' error occurred at do_package_qa task. Also another class<br>
> 'upstream-version-is-even.bbclass' is also inherited<br>
> by <a href="http://gstreamer1.0_1.14.2.bb" rel="noreferrer" target="_blank">gstreamer1.0_1.14.2.bb</a> and that is also present in same directory<br>
> as gobject-introspection.bbclass but I don't get any error with that.<br>
> <br>
> I am using the yocto setup cloned from freescale's repository (<br>
> <a href="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/imx-4.1.15-1.1.2.xml?h=imx-4.1.15-1.0.0_ga" rel="noreferrer" target="_blank">http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/imx-4.1.15-1.1.2.xml?h=imx-4.1.15-1.0.0_ga</a><br>
> ), so this might contain older dependency libraries. Also the bitbake<br>
> version is 1.28.0<br>
<br>
Don't Yocto provide a mailing list for their users ?<br>
<br>
> <br>
> What could be the problem? Please let me know if I need to provide<br>
> any additional information to understand issue better.<br>
> <br>
> Thanks<br>
> Tarun<br>
> <br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>