diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-21 06:39:02 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-21 06:39:02 +0000 |
commit | b1792b1cc84406acb7b4b0496a40777a18158907 (patch) | |
tree | 863b21b5ce8eccdf66bcbd9177da5f80d87df842 /packages/v86d | |
parent | 53c7718b5a23035b4795ddb7fcebb3d636b995c0 (diff) |
v86d: bump to 0.1.8. close bug# 4568
* use klibc to reduce binary size
* add support for i586-generic
Diffstat (limited to 'packages/v86d')
-rw-r--r-- | packages/v86d/v86d_0.1.8.bb (renamed from packages/v86d/v86d_0.1.5.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 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 } |