aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
+
+
+