[oe] [PATCH v2] bullet.bb New recipe

David dbatzle at dcbcyber.com
Tue Oct 26 21:48:08 UTC 2010


On Tue, 2010-10-26 at 14:30 -0700, Khem Raj wrote:
> On Tue, Oct 26, 2010 at 1:27 PM, David Batzle <dbatzle at dcbcyber.com> wrote:
> > ---
> >  recipes/bullet/bullet.bb |   14 ++++++++++++++
> >  1 files changed, 14 insertions(+), 0 deletions(-)
> >  create mode 100644 recipes/bullet/bullet.bb
> >
> > diff --git a/recipes/bullet/bullet.bb b/recipes/bullet/bullet.bb
> > new file mode 100644
> > index 0000000..c466e7a
> > --- /dev/null
> > +++ b/recipes/bullet/bullet.bb
> > @@ -0,0 +1,14 @@
> > +DESCRIPTION = "Bullet Physics Library"
> > +HOMEPAGE = "www.bulletphysics.org"
> > +LICENSE = "Zlib"
> 
> if you look closely under the sources different parts are licensed
> under different licenses
> while you are at it could you mention all the licenses that the
> package is using.
> 
> Otherwise it look ok.

Some of these parts have license text instead of a license type. What
is the correct way to handle these?

Is it appropriate to have more than one LICENSE= line if I want to try
organize the listing?
> 
> > +PV = "2.77+svnr${SRCPV}"
> > +PR = "r0"
> 
> you could omit PR setting when its r0 i.e. initial first rev because
> bitbake will set it to r0
> if it does not find a PR definition but then if some fix it done later
> then it has to be bumped
> to r1 then one has to add that in recipe but its ok to set it to r0 as
> well its just FYI
> 
> > +
> > +SRC_URI = "svn://bullet.googlecode.com/svn;module=trunk;proto=http"
> > +
> > +SRCREV = "2218"
> > +S = "${WORKDIR}/trunk"
> > +
> > +inherit cmake
> > +
> > +EXTRA_OECMAKE = "-DBUILD_DEMOS:BOOL=OFF -DBUILD_EXTRAS:BOOL=OFF -DUSE_GLUT:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON"
> > --
> > 1.6.0.6
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





More information about the Openembedded-devel mailing list