Signed-off-by: dbatzle <[email protected]>
---
recipes/bullet/bullet.bb | 18 ++++++++++++++++++
1 files changed, 18 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..d28734f
--- /dev/null
+++ b/recipes/bullet/bullet.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Bullet Physics Library"
+LICENSE = "Zlib"
+
+PR = "r1"
+SRCREV="2218"
+PV="2.77+svnr${SRCPV}"
+
+#SRC_URI = "file:///home/David/gamestuff/bullet-2.75"
+SRC_URI = "svn://bullet.googlecode.com/svn;module=trunk;proto=http"
+
+#If you want to build the demos you will have to have xlib and glut installed.
+#Then set BUILD_DEMOS, BUILD_EXTRAS, and USE_GLUT to ON
+
+EXTRA_OECMAKE="-DBUILD_DEMOS:BOOL=OFF -DBUILD_EXTRAS:BOOL=OFF
-DUSE_GLUT:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON"
+
+inherit cmake
+
+S = "${WORKDIR}/trunk"
--
1.6.0.6
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel