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

Khem Raj raj.khem at gmail.com
Tue Oct 26 21:30:12 UTC 2010


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.

> +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
>




More information about the Openembedded-devel mailing list