From: Grazvydas Ignotas Date: Tue, 5 Mar 2013 22:25:31 +0000 (+0200) Subject: xorg-drivers: add xf86-video-udlfb X-Git-Tag: sz_154~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50005ab5efc4e7232b3c05a0cc9d1302637ae0ec;p=openembedded.git xorg-drivers: add xf86-video-udlfb --- 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 index 0000000000..6598042dfe --- /dev/null +++ b/recipes/xorg-driver/xf86-video-udlfb_0.3.1.bb @@ -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}"