[oe-commits] : v86d: bump to 0.1.8. close bug# 4568

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Sep 22 18:52:30 UTC 2008


Module: OE.dev
Branch: master
Commit: 7d639a1453840c7d8932bad39f64c7c7c5b414fa
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=7d639a1453840c7d8932bad39f64c7c7c5b414fa

Author:  <xjqian at openembedded.org>
Date:   Sun Sep 21 06:39:02 2008 +0000

v86d: bump to 0.1.8. close bug# 4568
* use klibc to reduce binary size
* add support for i586-generic

---

 packages/v86d/{v86d_0.1.5.bb => v86d_0.1.8.bb} |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/packages/v86d/v86d_0.1.5.bb b/packages/v86d/v86d_0.1.8.bb
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
--- a/packages/v86d/v86d_0.1.5.bb
+++ b/packages/v86d/v86d_0.1.8.bb
@@ -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
 }





More information about the Openembedded-commits mailing list