git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cafb38
)
libfreenect: add git version
author
Koen Kooi
<koen@openembedded.org>
Tue, 8 Mar 2011 13:32:36 +0000
(14:32 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 10 Mar 2011 10:15:22 +0000
(11:15 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/kinect/libfreenect_git.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/kinect/libfreenect_git.bb
b/recipes/kinect/libfreenect_git.bb
new file mode 100644
(file)
index 0000000..
61ab094
--- /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"
+
+
+