On Fri, Sep 13, 2013 at 7:15 PM, Jack Mitchell <[email protected]> wrote: > From: Jack Mitchell <[email protected]> > > Signed-off-by: Jack Mitchell <[email protected]> ...
The recipe is clean now ... but ... > --- /dev/null > +++ b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb > @@ -0,0 +1,14 @@ > +SUMMARY = "libsoc is a C library for interfacing with common SoC peripherals > through generic kernel interfaces" > +HOMEPAGE = "https://github.com/jackmitch/libsoc" > + > +LICENSE = "LGPLv2.1" > +LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" > + > +inherit autotools > + > +SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70" > +SRC_URI = "git://github.com/jackmitch/libsoc.git" > + > +S = "${WORKDIR}/git" > + > +RDEPENDS_${PN} = "libgcc" I am a little concerned /why/ this is need. Your code seems quite simple and I don't understand why this special need. Did you try to install and use it without this RDEPENDS ? It should work just fine. -- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
