Signed-off-by: Eric Benard <[email protected]> --- recipes/v86d/v86d_0.1.9.bb | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 recipes/v86d/v86d_0.1.9.bb
diff --git a/recipes/v86d/v86d_0.1.9.bb b/recipes/v86d/v86d_0.1.9.bb new file mode 100644 index 0000000..e85ab91 --- /dev/null +++ b/recipes/v86d/v86d_0.1.9.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "User support binary for the uvesafb kernel module" +SRC_URI = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-${PV}.tar.bz2 \ + file://fbsetup" +DEPENDS = "virtual/kernel" +LICENSE = "GPLv2" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +RRECOMMENDS_${PN} = "kernel-module-uvesafb" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_HOST = 'i.86.*-linux' + +INITSCRIPT_NAME = "fbsetup" +INITSCRIPT_PARAMS = "start 0 S ." + +do_configure () { + ./configure --with-x86emu +} + +do_compile () { + KDIR="${STAGING_KERNEL_DIR}" make +} + +do_install () { + install -d ${D}${base_sbindir} + install v86d ${D}${base_sbindir}/ + install -d ${D}${sysconfdir}/init.d/ + install -m 0755 ${WORKDIR}/fbsetup ${D}${sysconfdir}/init.d/fbsetup +} + +inherit update-rc.d + +SRC_URI[md5sum] = "ebbbc8e7013c9544b6ba6981add43831" +SRC_URI[sha256sum] = "8167dec4ff919cfd73f854bbd3244f05c2b867e014fa8298044ea7cfd66d18a8" -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
