xorg-drivers: add xf86-video-udlfb
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 5 Mar 2013 22:25:31 +0000 (00:25 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 5 Mar 2013 22:25:31 +0000 (00:25 +0200)
recipes/xorg-driver/xf86-video-udlfb_0.3.1.bb [new file with mode: 0644]

diff --git a/recipes/xorg-driver/xf86-video-udlfb_0.3.1.bb b/recipes/xorg-driver/xf86-video-udlfb_0.3.1.bb
new file mode 100644 (file)
index 0000000..6598042
--- /dev/null
@@ -0,0 +1,18 @@
+require xorg-driver-video.inc
+
+DESCRIPTION = "X.Org X server -- udlfb displaylink driver"
+LICENSE = "GPL"
+#RRECOMMENDS_${PN} = "kernel-module-udlfb"
+PR = "0"
+
+SRCREV = "ace449b4d1f51e3ac94636a82ad56f80e6870ba4"
+
+SRC_URI = " \
+  git://git.plugable.com/webdav/xf-video-udlfb;protocol=http;branch=master \
+"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+EXTRA_OECONF = "--host=${TARGET_SYS}"