On Friday, 05 July, 2013 13:16:23 Rogerio Nunes wrote: > Repository is public now. > I only have the code from BSP 1.1.0 there yet, but I'll add 4.0.0 this > afternoon. > > BTW, I still need to update the gst-plugins-gl recipe in the > meta-fsl-arm layer to point to this repo. It's cleaner than the patch > we currently have in the recipe. >
Sounds wonderful! If something is ready to test, let me know. fyi: I had one 'source' problem with 4.0.0: deprecated glib functions. I hacked common/m4/gst-glib2.m4: - GLIB_EXTRA_CFLAGS="$GLIB_EXTRA_CFLAGS -Wno-deprecated-declarations" + GLIB_EXTRA_CFLAGS="$GLIB_EXTRA_CFLAGS -DG_DISABLE_DEPRECATED" to get it running ... guess that's the wrong way of doing it, but it helped :) > Regards. > > On Thu, Jul 4, 2013 at 6:03 PM, Otavio Salvador <[email protected]> wrote: > > On Thu, Jul 4, 2013 at 6:53 PM, Sébastien Taylor <[email protected]> wrote: > >> How would one gain access (read-only) to this repository? > > > > I think it is not public by mistake. Rogerio, can you make this (and > > gstreamer/common) public? I think it has nothing private there. > > > > -- > > Otavio Salvador O.S. Systems > > http://www.ossystems.com.br http://projetos.ossystems.com.br > > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 > > _______________________________________________ > > meta-freescale mailing list > > [email protected] > > https://lists.yoctoproject.org/listinfo/meta-freescale > > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
