aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-driver/xf86-video-v4l2_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-v4l2_git.bb b/recipes/xorg-driver/xf86-video-v4l2_git.bb
new file mode 100644
index 0000000000..0ecc2723b8
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-v4l2_git.bb
@@ -0,0 +1,14 @@
+require xorg-driver-video.inc
+DEPENDS += "randrproto videoproto"
+
+DESCRIPTION = "X.Org X server -- V4l2 overlay driver"
+PV = "0.2.0+${PR}+gitr${SRCREV}"
+PR = "${INC_PR}.0"
+
+SRC_URI = "git://github.com/robclark/xf86-video-v4l2.git;protocol=git \
+ "
+
+SRCREV = "41a62fc2358255377a77"
+S = "${WORKDIR}/git"
+
+CFLAGS += " -I${STAGING_INCDIR}/xorg "