From: Andrea Adami Date: Sat, 21 Aug 2010 15:59:46 +0000 (+0200) Subject: splashutils: adjust dependency on klcc-cross after klibc refactoring X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccd4577cc578e61421b2a20e7aae5726974734f;p=openembedded.git splashutils: adjust dependency on klcc-cross after klibc refactoring * bump PR --- diff --git a/recipes/splashutils/splashutils_1.5.4.2.bb b/recipes/splashutils/splashutils_1.5.4.2.bb index 17a47abbcb..b34761bb5b 100644 --- a/recipes/splashutils/splashutils_1.5.4.2.bb +++ b/recipes/splashutils/splashutils_1.5.4.2.bb @@ -1,11 +1,11 @@ DESCRIPTION = "Framebuffer splash utilities." SECTION = "media-gfx" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "http://dev.gentoo.org/~spock/projects/gensplash/archive/splashutils-${PV}.tar.bz2" -DEPENDS = "jpeg klibc" +DEPENDS = "jpeg klcc-cross" inherit autotools