From b1792b1cc84406acb7b4b0496a40777a18158907 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Sun, 21 Sep 2008 06:39:02 +0000 Subject: [PATCH] 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 file changed, 8 insertions(+), 3 deletions(-) rename packages/v86d/{v86d_0.1.5.bb => v86d_0.1.8.bb} (73%) 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 12b7718279..bb91e386a1 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 } -- 2.39.5