[oe-commits] Andrea Adami : v86d: adjust dependency on klcc-cross after klibc refactoring

git version control git at git.openembedded.org
Sat Aug 21 16:27:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d994b813dea7773febc080bda7d8a50a7d714199
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d994b813dea7773febc080bda7d8a50a7d714199

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Aug 21 18:00:59 2010 +0200

v86d: adjust dependency on klcc-cross after klibc refactoring

---

 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 cf5cbab..5ff69aa 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"
 





More information about the Openembedded-commits mailing list