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

David Batzle dbatzle at dcbcyber.com
Fri Oct 29 02:32:24 UTC 2010


---
 recipes/bullet/bullet.bb |   17 +++++++++++++++++
 1 files changed, 17 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..50260bb
--- /dev/null
+++ b/recipes/bullet/bullet.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Bullet Physics Library"
+HOMEPAGE = "http://www.bulletphysics.org"
+LICENSE = "Main library is Zlib Extras are Zlib,BSD,LGPL, Common Public License"
+RSUGGESTS_${PN} = "virtual/libx11 freeglut"
+PV = "2.77+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://bullet.googlecode.com/svn;module=trunk;proto=http"
+
+SRCREV = "2218"
+S = "${WORKDIR}/trunk"
+
+inherit cmake
+
+#To build extras and demos change BUILD_DEMOS, BUILD_EXTRAS and
+#USE_GLUT to on and you will need X11 and glut.
+EXTRA_OECMAKE = "-DBUILD_DEMOS:BOOL=OFF -DBUILD_EXTRAS:BOOL=OFF -DUSE_GLUT:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON"
-- 
1.6.0.6





More information about the Openembedded-devel mailing list