From d994b813dea7773febc080bda7d8a50a7d714199 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 21 Aug 2010 18:00:59 +0200 Subject: v86d: adjust dependency on klcc-cross after klibc refactoring --- recipes/v86d/v86d_0.1.9.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/v86d/v86d_0.1.9.bb b/recipes/v86d/v86d_0.1.9.bb index cf5cbab5db..5ff69aa60a 100644 --- a/recipes/v86d/v86d_0.1.9.bb +++ b/recipes/v86d/v86d_0.1.9.bb @@ -1,9 +1,10 @@ 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 klibc" +DEPENDS = "virtual/kernel klcc-cross" + LICENSE = "GPLv2" -PR = "r0" +PR = "r1" RRECOMMENDS_${PN} = "kernel-module-uvesafb" -- cgit v1.2.3