Add v86d
authorRichard Purdie <richard@openedhand.com>
Thu, 10 Jan 2008 23:40:21 +0000 (23:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 10 Jan 2008 23:40:21 +0000 (23:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3457 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/v86d/v86d_0.1.3.bb [new file with mode: 0644]

diff --git a/meta/packages/v86d/v86d_0.1.3.bb b/meta/packages/v86d/v86d_0.1.3.bb
new file mode 100644 (file)
index 0000000..90d3ee9
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "User support binary for the uvesafb kernel module"
+SRC_URI = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-0.1.3.tar.bz2"
+DEPENDS = "virtual/kernel"
+LICENSE = "GPLv2"
+
+RRECOMMENDS_${PN} = "kernel-module-uvesafb"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+do_configure () {
+       ./configure --default
+}
+
+do_compile () {
+       KDIR="${STAGING_KERNEL_DIR}" make
+}
+
+do_install () {
+       install -d ${D}${base_sbindir}
+       install v86d ${D}${base_sbindir}/
+}
\ No newline at end of file