v86d: bump to 0.1.8. close bug# 4568
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 21 Sep 2008 06:39:02 +0000 (06:39 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 21 Sep 2008 06:39:02 +0000 (06:39 +0000)
* use klibc to reduce binary size
* add support for i586-generic

packages/v86d/v86d_0.1.8.bb [moved from packages/v86d/v86d_0.1.5.bb with 73% similarity]

similarity index 73%
rename from packages/v86d/v86d_0.1.5.bb
rename to packages/v86d/v86d_0.1.8.bb
index 12b7718..bb91e38 100644 (file)
@@ -1,18 +1,23 @@
 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"
+DEPENDS = "virtual/kernel klibc"
 LICENSE = "GPLv2"
-PR = "r3"
+PR = "r0"
 
 RRECOMMENDS_${PN} = "kernel-module-uvesafb"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(qemux86|bootcdx86)"
+COMPATIBLE_MACHINE = "(qemux86|bootcdx86|i586-generic)"
 
 INITSCRIPT_NAME = "fbsetup"
 INITSCRIPT_PARAMS = "start 0 S ."
 
+export CC=${TARGET_PREFIX}klcc
+
+# klcc doesn't work with -isystem
+export TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}/${layout_includedir}"
+
 do_configure () {
        ./configure --default
 }