On Wed, May 21, 2014 at 11:19 AM, Stephen Munnings <[email protected]> wrote: > I am trying to get an svn-controlled application added to my own layer in a > yocto build. > > This is a Qt5 application, and I hope to leverage all the automatic Qt5 > building stuff. > > The source code is installed in/from several sibling directories in an svn > tree. > > I have attempted to follow the steps that I could find – the recipe is > attached. > > (modified to obscure sensitive information) > > I am having several problems. ... > At one point, I did get a fetch to work, but I think it was before I did the > SRCREV = ${AUTOREV}” thing.
Use: SRCREV_FORMAT = "foo_bar" SRCREV_foo = "rev" SRCREV_bar = "rev2" -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.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
