aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/v86d
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-08-21 18:00:59 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-08-21 18:18:43 +0200
commitd994b813dea7773febc080bda7d8a50a7d714199 (patch)
tree1a63eb8ce32b63fdc62bc9d266293ec23893f6d2 /recipes/v86d
parentcccd4577cc578e61421b2a20e7aae5726974734f (diff)
downloadopenembedded-d994b813dea7773febc080bda7d8a50a7d714199.tar.gz
v86d: adjust dependency on klcc-cross after klibc refactoring
Diffstat (limited to 'recipes/v86d')
-rw-r--r--recipes/v86d/v86d_0.1.9.bb5
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"