aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-03-08 14:32:36 +0100
committerKoen Kooi <koen@openembedded.org>2011-03-10 11:15:22 +0100
commitadfc8b48962b5944908d41d8095f6c5601e95481 (patch)
tree44f52e33a981ae57caf31eff81f371355fb5003a /recipes
parent4cafb3852484c344faa97887e7d8f3dc638cc445 (diff)
downloadopenembedded-adfc8b48962b5944908d41d8095f6c5601e95481.tar.gz
libfreenect: add git version
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/kinect/libfreenect_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/kinect/libfreenect_git.bb b/recipes/kinect/libfreenect_git.bb
new file mode 100644
index 0000000000..61ab09442a
--- /dev/null
+++ b/recipes/kinect/libfreenect_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Drivers and libraries for the Xbox Kinect device"
+LICENSE = "GPLv2"
+
+DEPENDS = "libusb1 freeglut libxi libxmu"
+
+PV = "0.0"
+PR = "r0+gitr${SRCPV}"
+SRCREV = "3b0f4160b1d56c277014"
+SRC_URI = "git://github.com/OpenKinect/libfreenect.git;protocol=git"
+
+inherit cmake
+
+S = "${WORKDIR}/git"
+
+
+