diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-21 18:00:59 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-21 18:18:43 +0200 |
commit | d994b813dea7773febc080bda7d8a50a7d714199 (patch) | |
tree | 1a63eb8ce32b63fdc62bc9d266293ec23893f6d2 /recipes | |
parent | cccd4577cc578e61421b2a20e7aae5726974734f (diff) |
v86d: adjust dependency on klcc-cross after klibc refactoring
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/v86d/v86d_0.1.9.bb | 5 |
1 files 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" |