[oe-commits] Koen Kooi : xf86-video-displaylink: add 0. 1 * this recipe is a mess because upstream is a mess

git version control git at git.openembedded.org
Fri Jun 5 16:11:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2e66494cb346c18a0302956e475da237a10b0ac1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e66494cb346c18a0302956e475da237a10b0ac1

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  2 21:02:52 2009 +0200

xf86-video-displaylink: add 0.1 * this recipe is a mess because upstream is a mess

---

 conf/checksums.ini                                |    4 ++++
 recipes/xorg-driver/xf86-video-displaylink_0.1.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index d8a1f56..b5e655a 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25538,6 +25538,10 @@ sha256=6eb51d5d4489083c8a1eeabc1fbd22baeafe6486a7940516d1e2b741564acd06
 md5=adb1e6346efd8dfe5dcccd47d46869cb
 sha256=25ba42dedc297ca2a7257fdb4e050e8d61cdd6710c8adabdb3925908b09f9d02
 
+[http://projects.unbit.it/downloads/xf86-video-displaylink-0.1.tar.gz]
+md5=4faccf8ec4e5830ad87285317162c041
+sha256=6a1bb0297a24ad8da0466088d23cf10340f2a729f2a985712f4620a9a2dde675
+
 [http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-0.2.0.tar.bz2]
 md5=22b7cc20a33443cbd218bd2521850cfe
 sha256=46013885696f3c1a5e05c5d503abc69e691443319a97cf2c6a01ec031e06c910
diff --git a/recipes/xorg-driver/xf86-video-displaylink_0.1.bb b/recipes/xorg-driver/xf86-video-displaylink_0.1.bb
new file mode 100644
index 0000000..f8f6f07
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-displaylink_0.1.bb
@@ -0,0 +1,16 @@
+require xorg-driver-video.inc
+
+DESCRIPTION = "X.Org X server -- displaylink driver"
+
+RRECOMMENDS_${PN} = "kernel-module-udlfb"
+
+SRC_URI = "http://projects.unbit.it/downloads/xf86-video-displaylink-${PV}.tar.gz"
+
+# It's a tar.bz2 file :(
+do_unpack() {
+	mkdir -p ${WORKDIR}
+	cd ${WORKDIR}
+	bzcat ${DL_DIR}/xf86-video-displaylink-${PV}.tar.gz | tar xf -
+}
+
+S = "${WORKDIR}/${PN}"





More information about the Openembedded-commits mailing list